Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 153 for FUNC (0.2 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *AuditAnnotation) Reset()      { *m = AuditAnnotation{} }
    func (*AuditAnnotation) ProtoMessage() {}
    func (*AuditAnnotation) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3205c7dc5bf0c9bf, []int{0}
    }
    func (m *AuditAnnotation) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *AuditAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
  2. pkg/controller/statefulset/stateful_set_control_test.go

    		return "Delete"
    	}
    	return "invalid"
    }
    
    func TestStatefulSetControl(t *testing.T) {
    	simpleSetFn := func() *apps.StatefulSet { return newStatefulSet(3) }
    	largeSetFn := func() *apps.StatefulSet { return newStatefulSet(5) }
    
    	testCases := []struct {
    		fn  func(*testing.T, *apps.StatefulSet, invariantFunc)
    		obj func() *apps.StatefulSet
    	}{
    		{CreatesPods, simpleSetFn},
    		{ScalesUp, simpleSetFn},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    }
    
    // CHECK-LABEL: func @add_i32
    // CHECK: stablehlo.add
    // CHECK-NOT: tfl.add
    
    // -----
    
    // Tests that a quantized `stablehlo.constant` is converted into `tfl.qconst`.
    
    // CHECK-LABEL: func @quantized_constant
    func.func @quantized_constant() -> tensor<1x2x4x5x!quant.uniform<i8:f32, 1.000000e+0>> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/autoscaling/v2beta1/generated.pb.go

    func (m *ExternalMetricSource) Reset()      { *m = ExternalMetricSource{} }
    func (*ExternalMetricSource) ProtoMessage() {}
    func (*ExternalMetricSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_ea74040359c1ed83, []int{3}
    }
    func (m *ExternalMetricSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142.9K bytes
    - Viewed (0)
  5. src/reflect/value.go

    }
    
    //go:noescape
    func mapdelete(t *abi.Type, m unsafe.Pointer, key unsafe.Pointer)
    
    //go:noescape
    func mapdelete_faststr(t *abi.Type, m unsafe.Pointer, key string)
    
    //go:noescape
    func mapiterinit(t *abi.Type, m unsafe.Pointer, it *hiter)
    
    //go:noescape
    func mapiterkey(it *hiter) (key unsafe.Pointer)
    
    //go:noescape
    func mapiterelem(it *hiter) (elem unsafe.Pointer)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2/generated.pb.go

    func (m *ExternalMetricSource) Reset()      { *m = ExternalMetricSource{} }
    func (*ExternalMetricSource) ProtoMessage() {}
    func (*ExternalMetricSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_4d5f2c8767749221, []int{3}
    }
    func (m *ExternalMetricSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 162.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/batch/v1/generated.pb.go

    }
    func (m *CronJobList) XXX_Size() int {
    	return m.Size()
    }
    func (m *CronJobList) XXX_DiscardUnknown() {
    	xxx_messageInfo_CronJobList.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_CronJobList proto.InternalMessageInfo
    
    func (m *CronJobSpec) Reset()      { *m = CronJobSpec{} }
    func (*CronJobSpec) ProtoMessage() {}
    func (*CronJobSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_79228dc2c4001a22, []int{2}
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 133K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

    // -----
    
    module {
    // CHECK-LABEL: func private @some_func
    // CHECK-LABEL: func @func_with_call
    func.func private @some_func(%arg0: tensor<100xf32>) -> tensor<100xf32> attributes {tf.api_implements = "lstm_b4e9f0e7-ac55-42bc-8ef2-8496419a608c"}
    func.func @func_with_call(%arg0: tensor<100xf32>) -> tensor<100xf32> {
      %0 = func.call @some_func(%arg0) : (tensor<100xf32>) -> tensor<100xf32>
      func.return %0 : tensor<100xf32>
      }
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1/generated.pb.go

    func (m *ControllerRevision) Reset()      { *m = ControllerRevision{} }
    func (*ControllerRevision) ProtoMessage() {}
    func (*ControllerRevision) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5b781835628d5338, []int{0}
    }
    func (m *ControllerRevision) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 217.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    func (m *ExternalMetricSource) Reset()      { *m = ExternalMetricSource{} }
    func (*ExternalMetricSource) ProtoMessage() {}
    func (*ExternalMetricSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_1972394c0c7aac8b, []int{3}
    }
    func (m *ExternalMetricSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
Back to top