Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for R_ (0.04 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_batch_matmul.cc

        if (!SplatValueEquals(constant, 1.0)) {
          return failure();
        }
    
        // The input tensors x and y are 2-D or higher with shape:
        //       [..., r_x == 1, c_x] and [..., c_y, r_y].
        // The position of r_* and c_* are determined by the polarity of
        // the adj(X|Y) attribute, respectively.
        // So adjX == True indicates [..., c_x, r_x == 1].
        llvm::ArrayRef<int64_t> lhs_shape =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/crypto/internal/poly1305/sum_s390x.s

    	// full 16 byte block.
    	CMPBNE R3, $16, 2(PC)
    	VLEIB  $12, $1, M_4
    
    	// Finally, set up the coefficients for the final multiplication.
    	// We have previously saved r and 5r in the 32-bit even indexes
    	// of the R_[0-4] and R5_[1-4] coefficient registers.
    	//
    	// We want lane 0 to be multiplied by r² so that can be kept the
    	// same. We want lane 1 to be multiplied by r so we need to move
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  3. src/cmd/link/internal/loadelf/ldelf.go

    				relocType = uint64(info & 0xff)
    				symIdx = int(info >> 8)
    				p = p[4:]
    				if rela != 0 {
    					add = uint64(e.Uint32(p))
    					p = p[4:]
    				}
    			}
    
    			if relocType == 0 { // skip R_*_NONE relocation
    				j--
    				n--
    				continue
    			}
    
    			if symIdx == 0 { // absolute relocation, don't bother reading the null symbol
    				rSym = 0
    			} else {
    				var elfsym ElfSym
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:12:12 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  4. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    rnMissedAreas:i_,getGridGap:n_,warnGridGap:s_,inheritGridGap:a_}=ht(),Al=class extends t_{insert(e,t,r,n){if(t!=="-ms-")return super.insert(e,t,r);if(e.parent.some(m=>m.prop==="-ms-grid-rows"))return;let a=n_(e),s=a_(e,a),{rows:o,columns:u,areas:c}=r_({decl:e,gap:s||a}),f=Object.keys(c).length>0,d=Boolean(o),p=Boolean(u);return s_({gap:a,hasColumns:p,decl:e,result:n}),i_(c,e,n),(d&&p||f)&&e.cloneBefore({prop:"-ms-grid-rows",value:o,raws:{}}),p&&e.cloneBefore({prop:"-ms-grid-columns",value:u,raws...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top