Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 153 for FUNC (0.09 sec)

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

    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (Com16 x)
    	// result: (I64Xor x (I64Const [-1]))
    	for {
    		x := v_0
    		v.reset(OpWasmI64Xor)
    		v0 := b.NewValue0(v.Pos, OpWasmI64Const, typ.Int64)
    		v0.AuxInt = int64ToAuxInt(-1)
    		v.AddArg2(x, v0)
    		return true
    	}
    }
    func rewriteValueWasm_OpCom32(v *Value) bool {
    	v_0 := v.Args[0]
    	b := v.Block
    	typ := &b.Func.Config.Types
    	// match: (Com32 x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

          tf_device.return %2 : tensor<2xi32>
        }) {num_cores_per_replica = 1, topology =  "", device_assignment =  []} : () -> tensor<2xi32>
        func.return %0 : tensor<2xi32>
      }
    
      // CHECK-LABEL: func @attribute_outside_of_cluster
      func.func @attribute_outside_of_cluster() -> tensor<2xi32> {
        // CHECK-NOT: _xla_outside_compilation
        %0 = "tf_device.cluster"() ({
          %1 = "tf.A"() : () -> tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/v1beta2/generated.pb.go

    }
    func (m *Subject) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_Subject.Merge(m, src)
    }
    func (m *Subject) XXX_Size() int {
    	return m.Size()
    }
    func (m *Subject) XXX_DiscardUnknown() {
    	xxx_messageInfo_Subject.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_Subject proto.InternalMessageInfo
    
    func (m *UserSubject) Reset()      { *m = UserSubject{} }
    func (*UserSubject) ProtoMessage() {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *ExtraValue) Reset()      { *m = ExtraValue{} }
    func (*ExtraValue) ProtoMessage() {}
    func (*ExtraValue) Descriptor() ([]byte, []int) {
    	return fileDescriptor_8eab727787743457, []int{0}
    }
    func (m *ExtraValue) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ExtraValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/storage/v1beta1/generated.pb.go

    func (m *CSIDriverSpec) XXX_Size() int {
    	return m.Size()
    }
    func (m *CSIDriverSpec) XXX_DiscardUnknown() {
    	xxx_messageInfo_CSIDriverSpec.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_CSIDriverSpec proto.InternalMessageInfo
    
    func (m *CSINode) Reset()      { *m = CSINode{} }
    func (*CSINode) ProtoMessage() {}
    func (*CSINode) Descriptor() ([]byte, []int) {
    	return fileDescriptor_73e4f72503e71065, []int{3}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.9K bytes
    - Viewed (0)
  6. src/database/sql/sql_test.go

    }
    
    var atomicRowsCloseHook atomic.Value // of func(*Rows, *error)
    
    func init() {
    	rowsCloseHook = func() func(*Rows, *error) {
    		fn, _ := atomicRowsCloseHook.Load().(func(*Rows, *error))
    		return fn
    	}
    }
    
    func setRowsCloseHook(fn func(*Rows, *error)) {
    	if fn == nil {
    		// Can't change an atomic.Value back to nil, so set it to this
    		// no-op func instead.
    		fn = func(*Rows, *error) {}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  7. cmd/metrics-v2.go

    }
    
    // RegisterRead register the metrics populator function to be used
    // to populate new values upon cache invalidation.
    func (g *MetricsGroupV2) RegisterRead(read func(context.Context) []MetricV2) {
    	g.metricsCache = cachevalue.NewFromFunc(g.cacheInterval,
    		cachevalue.Opts{ReturnLastGood: true},
    		func(ctx context.Context) ([]MetricV2, error) {
    			if g.metricsGroupOpts.dependGlobalObjectAPI {
    				objLayer := newObjectLayerFn()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    }
    func (m *Subject) XXX_Merge(src proto.Message) {
    	xxx_messageInfo_Subject.Merge(m, src)
    }
    func (m *Subject) XXX_Size() int {
    	return m.Size()
    }
    func (m *Subject) XXX_DiscardUnknown() {
    	xxx_messageInfo_Subject.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_Subject proto.InternalMessageInfo
    
    func (m *UserSubject) Reset()      { *m = UserSubject{} }
    func (*UserSubject) ProtoMessage() {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta1/generated.pb.go

    }
    func (m *Scale) XXX_Size() int {
    	return m.Size()
    }
    func (m *Scale) XXX_DiscardUnknown() {
    	xxx_messageInfo_Scale.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_Scale proto.InternalMessageInfo
    
    func (m *ScaleSpec) Reset()      { *m = ScaleSpec{} }
    func (*ScaleSpec) ProtoMessage() {}
    func (*ScaleSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_2747f709ac7c95e7, []int{13}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/apps/v1beta2/generated.pb.go

    }
    func (m *Scale) XXX_Size() int {
    	return m.Size()
    }
    func (m *Scale) XXX_DiscardUnknown() {
    	xxx_messageInfo_Scale.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_Scale proto.InternalMessageInfo
    
    func (m *ScaleSpec) Reset()      { *m = ScaleSpec{} }
    func (*ScaleSpec) ProtoMessage() {}
    func (*ScaleSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c423c016abf485d4, []int{23}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top