Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 80 for 3$ (0.1 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %2 = "tfl.sqrt"(%1) : (tensor<f32>) -> tensor<f32>
      %3 = "tfl.div"(%arg1, %2) {fused_activation_function = "NONE"} : (tensor<2xf32>, tensor<f32>) -> tensor<2xf32>
      func.return %3: tensor<2xf32>
      // CHECK: %3 = tfl.div([[INPUT:%.*]], %2) <{fused_activation_function = "NONE"}> : (tensor<2xf32>, tensor<f32>) -> tensor<2xf32>
      // CHECK: return %3
    }
    
    // CHECK-LABEL: @InvalidL2NormalizePattern2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %3 = "tf.Const"() {value = dense<"y (WhitespaceTokenize/RaggedConcat/RaggedNRows/Const:0) = "> : tensor<!tf_type.string>} : () -> tensor<!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

          input_batch_dimension = 0,
          input_feature_dimension = 3,
          input_spatial_dimensions = [1, 2],
          kernel_input_feature_dimension = 2,
          kernel_output_feature_dimension = 3,
          kernel_spatial_dimensions = [0, 1],
          output_batch_dimension = 0,
          output_feature_dimension = 3,
          output_spatial_dimensions = [1, 2]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      optional PersistentVolumeClaimStatus status = 3;
    }
    
    // PersistentVolumeClaimCondition contains details about state of pvc
    message PersistentVolumeClaimCondition {
      optional string type = 1;
    
      optional string status = 2;
    
      // lastProbeTime is the time we probed the condition.
      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/generated.proto

      optional PersistentVolumeClaimStatus status = 3;
    }
    
    // PersistentVolumeClaimCondition contains details about state of pvc
    message PersistentVolumeClaimCondition {
      optional string type = 1;
    
      optional string status = 2;
    
      // lastProbeTime is the time we probed the condition.
      // +optional
      optional .k8s.io.apimachinery.pkg.apis.meta.v1.Time lastProbeTime = 3;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    	// Starting with Kubernetes 1.28, this field is not part of the volume API anymore.
    	//
    	// Future extensions must not use "claims" or field number 3.
    	// Claims []ResourceClaim `json:"claims,omitempty" protobuf:"bytes,3,opt,name=claims"`
    }
    
    // ResourceClaim references one entry in PodSpec.ResourceClaims.
    type ResourceClaim struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. tests/test_include_router_defaults_overrides.py

        media_type = "application/x-level-1"
    
    
    class ResponseLevel2(JSONResponse):
        media_type = "application/x-level-2"
    
    
    class ResponseLevel3(JSONResponse):
        media_type = "application/x-level-3"
    
    
    class ResponseLevel4(JSONResponse):
        media_type = "application/x-level-4"
    
    
    class ResponseLevel5(JSONResponse):
        media_type = "application/x-level-5"
    
    
    async def dep0(response: Response):
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 358.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    func (m *DaemonSetSpec) Reset()      { *m = DaemonSetSpec{} }
    func (*DaemonSetSpec) ProtoMessage() {}
    func (*DaemonSetSpec) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{3}
    }
    func (m *DaemonSetSpec) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DaemonSetSpec) 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)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.pb.go

    		n += 2 + l + sovGenerated(uint64(l))
    	}
    	if m.Example != nil {
    		l = m.Example.Size()
    		n += 2 + l + sovGenerated(uint64(l))
    	}
    	n += 3
    	if m.XPreserveUnknownFields != nil {
    		n += 3
    	}
    	n += 3
    	n += 3
    	if len(m.XListMapKeys) > 0 {
    		for _, s := range m.XListMapKeys {
    			l = len(s)
    			n += 2 + l + sovGenerated(uint64(l))
    		}
    	}
    	if m.XListType != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 244.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    		n += 2 + l + sovGenerated(uint64(l))
    	}
    	if m.Example != nil {
    		l = m.Example.Size()
    		n += 2 + l + sovGenerated(uint64(l))
    	}
    	n += 3
    	if m.XPreserveUnknownFields != nil {
    		n += 3
    	}
    	n += 3
    	n += 3
    	if len(m.XListMapKeys) > 0 {
    		for _, s := range m.XListMapKeys {
    			l = len(s)
    			n += 2 + l + sovGenerated(uint64(l))
    		}
    	}
    	if m.XListType != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
Back to top