Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 56 for FUNC (0.11 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      func.return %1 : tensor<3xcomplex<f32>>
    }
    
    // -----
    
    // CHECK-LABEL: func @imag
    func.func @imag(%arg0: tensor<3xcomplex<f32>>) -> tensor<3xf32> {
      // CHECK: mhlo.imag
      %1 = "tf.Imag"(%arg0) : (tensor<3xcomplex<f32>>) -> tensor<3xf32>
      func.return %1 : tensor<3xf32>
    }
    
    // -----
    
    // CHECK-LABEL: func @real
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:         }
    func.func @equal_incompatible_shape_broadcastable(%arg0: tensor<?xi32>, %arg1: tensor<1xi32>) -> tensor<?xi1> {
      %0 = "chlo.broadcast_compare"(%arg0, %arg1) {comparison_direction = #chlo<comparison_direction EQ>} : (tensor<?xi32>, tensor<1xi32>) -> tensor<?xi1>
      func.return %0 : tensor<?xi1>
    }
    
    // CHECK-LABEL: func @equal_unsupported_compare_type
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  3. pkg/apis/core/v1/zz_generated.conversion.go

    )
    
    func init() {
    	localSchemeBuilder.Register(RegisterConversions)
    }
    
    // RegisterConversions adds conversion functions to the given scheme.
    // Public to allow building arbitrary schemes.
    func RegisterConversions(s *runtime.Scheme) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      func.return %1 : tensor<1x73x73x16xf32>
    
      // CHECK: %0 = "tfl.max_pool_2d"(%arg0) <{filter_height = 3 : i32, filter_width = 3 : i32, fused_activation_function = "RELU", padding = "VALID", stride_h = 2 : i32, stride_w = 2 : i32}> : (tensor<1x147x147x16xf32>) -> tensor<1x73x73x16xf32>
      // CHECK: return %0
    }
    
    // CHECK-LABEL: fusedAvgPool2dRelu1
    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. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    func (m *AllocationResult) Reset()      { *m = AllocationResult{} }
    func (*AllocationResult) ProtoMessage() {}
    func (*AllocationResult) Descriptor() ([]byte, []int) {
    	return fileDescriptor_4312f5b44a31ec02, []int{0}
    }
    func (m *AllocationResult) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 17:07:36 UTC 2024
    - 261.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *DaemonSet) Reset()      { *m = DaemonSet{} }
    func (*DaemonSet) ProtoMessage() {}
    func (*DaemonSet) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{0}
    }
    func (m *DaemonSet) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DaemonSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    }
    func (m *List) XXX_DiscardUnknown() {
    	xxx_messageInfo_List.DiscardUnknown(m)
    }
    
    var xxx_messageInfo_List proto.InternalMessageInfo
    
    func (m *ListMeta) Reset()      { *m = ListMeta{} }
    func (*ListMeta) ProtoMessage() {}
    func (*ListMeta) Descriptor() ([]byte, []int) {
    	return fileDescriptor_a8431b6e0aeeb761, []int{21}
    }
    func (m *ListMeta) 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
    - 281.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    func (m *ConversionRequest) Reset()      { *m = ConversionRequest{} }
    func (*ConversionRequest) ProtoMessage() {}
    func (*ConversionRequest) Descriptor() ([]byte, []int) {
    	return fileDescriptor_c5e101a0235c8c62, []int{0}
    }
    func (m *ConversionRequest) 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
    - 244.4K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg os, const ModeType fs.FileMode
    pkg os, func Chmod(string, fs.FileMode) error
    pkg os, func CreateTemp(string, string) (*File, error)
    pkg os, func DirFS(string) fs.FS
    pkg os, func Lstat(string) (fs.FileInfo, error)
    pkg os, func Mkdir(string, fs.FileMode) error
    pkg os, func MkdirAll(string, fs.FileMode) error
    pkg os, func MkdirTemp(string, string) (string, error)
    pkg os, func OpenFile(string, int, fs.FileMode) (*File, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    }
    
    func (x *CNIConfig) GetTag() *structpb.Value {
    	if x != nil {
    		return x.Tag
    	}
    	return nil
    }
    
    func (x *CNIConfig) GetVariant() string {
    	if x != nil {
    		return x.Variant
    	}
    	return ""
    }
    
    func (x *CNIConfig) GetImage() string {
    	if x != nil {
    		return x.Image
    	}
    	return ""
    }
    
    func (x *CNIConfig) GetPullPolicy() string {
    	if x != nil {
    		return x.PullPolicy
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top