Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for offset_ (0.12 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    		q.Pos = b.Pos
    	}
    }
    
    // AddAux adds the offset in the aux fields (AuxInt and Aux) of v to a.
    func AddAux(a *obj.Addr, v *ssa.Value) {
    	AddAux2(a, v, v.AuxInt)
    }
    func AddAux2(a *obj.Addr, v *ssa.Value, offset int64) {
    	if a.Type != obj.TYPE_MEM && a.Type != obj.TYPE_ADDR {
    		v.Fatalf("bad AddAux addr %v", a)
    	}
    	// add integer offset
    	a.Offset += offset
    
    	// If no additional symbol offset, we're done.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // Adjust large offsets into [0, axis_size). This also makes negative
        // offsets positive.
        // offset = ((offset % axis_size) + axis_size) % axis_size
        ImplicitLocOpBuilder b(op.getLoc(), rewriter);
        Value offset = op.getShift();
        auto axis_size = b.create<mhlo::ConstantOp>(b.getIntegerAttr(
            getElementTypeOrSelf(offset.getType()), input_shape[axis]));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    edBracket(e){throw this.input.error("Unclosed bracket",{offset:e[2]},{offset:e[2]+1})}unknownWord(e){throw this.input.error("Unknown word",{offset:e[0][2]},{offset:e[0][2]+e[0][1].length})}unexpectedClose(e){throw this.input.error("Unexpected }",{offset:e[2]},{offset:e[2]+1})}unclosedBlock(){let e=this.current.source.start;throw this.input.error("Unclosed block",e.line,e.column)}doubleColon(e){throw this.input.error("Double colon",{offset:e[2]},{offset:e[2]+e[1].length})}unnamedAtrule(e,t){throw...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  4. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // CHECK:  %1 = "tfl.strided_slice"(%arg0, %arg1, %[[cst]], %[[c0]]) <{begin_mask = 0 : i32, ellipsis_mask = 0 : i32, end_mask = 0 : i32, new_axis_mask = 0 : i32, offset = true, shrink_axis_mask = 0 : i32}> : (tensor<4xi32>, tensor<1xi32>, tensor<1xi32>, tensor<1xi32>) -> tensor<4xi32>
    
      %cst_0 = "tfl.pseudo_const"() {value = dense<1> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	}
    	RegionInfo struct {
    		Offset      uint32
    		Erasesize   uint32
    		Numblocks   uint32
    		Regionindex uint32
    	}
    	OtpInfo struct {
    		Start  uint32
    		Length uint32
    		Locked uint32
    	}
    	NandOobinfo struct {
    		Useecc   uint32
    		Eccbytes uint32
    		Oobfree  [8][2]uint32
    		Eccpos   [32]uint32
    	}
    	NandOobfree struct {
    		Offset uint32
    		Length uint32
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    		}
    		i--
    		dAtA[i] = 0xa
    	}
    	return len(dAtA) - i, nil
    }
    
    func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
    	offset -= sovGenerated(v)
    	base := offset
    	for v >= 1<<7 {
    		dAtA[offset] = uint8(v&0x7f | 0x80)
    		v >>= 7
    		offset++
    	}
    	dAtA[offset] = uint8(v)
    	return base
    }
    func (m *ConversionRequest) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
    	offset -= sovGenerated(v)
    	base := offset
    	for v >= 1<<7 {
    		dAtA[offset] = uint8(v&0x7f | 0x80)
    		v >>= 7
    		offset++
    	}
    	dAtA[offset] = uint8(v)
    	return base
    }
    func (m *AllocationResult) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    	i--
    	dAtA[i] = 0x8
    	return len(dAtA) - i, nil
    }
    
    func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
    	offset -= sovGenerated(v)
    	base := offset
    	for v >= 1<<7 {
    		dAtA[offset] = uint8(v&0x7f | 0x80)
    		v >>= 7
    		offset++
    	}
    	dAtA[offset] = uint8(v)
    	return base
    }
    func (m *DaemonSet) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    	i--
    	dAtA[i] = 0xa
    	return len(dAtA) - i, nil
    }
    
    func encodeVarintGenerated(dAtA []byte, offset int, v uint64) int {
    	offset -= sovGenerated(v)
    	base := offset
    	for v >= 1<<7 {
    		dAtA[offset] = uint8(v&0x7f | 0x80)
    		v >>= 7
    		offset++
    	}
    	dAtA[offset] = uint8(v)
    	return base
    }
    func (m *APIGroup) Size() (n int) {
    	if m == nil {
    		return 0
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 281.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      //      CHECK: %[[CONCAT:.+]] = "mhlo.concatenate"(%arg0, %arg0) <{dimension = 0 : i64}>
      //      CHECK: %[[OFFSET:.+]] = mhlo.subtract %[[AXIS_SIZE]], %[[T3]] : tensor<i32>
      //      CHECK: "mhlo.dynamic_slice"(%[[CONCAT]], %[[OFFSET]])
      // CHECK-SAME:    {slice_sizes = dense<512> : tensor<1xi64>}
      // CHECK-SAME:    (tensor<1024xi32>, tensor<i32>) -> tensor<512xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
Back to top