Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 33 for 9$ (0.04 sec)

  1. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %8 = "tf.ReduceJoin"(%7, %0) {device = "", keep_dims = false, separator = " "} : (tensor<?x2x!tf_type.string>, tensor<i32>) -> tensor<?x!tf_type.string>
      %9 = "tf.Identity"(%8) {device = ""} : (tensor<?x!tf_type.string>) -> tensor<?x!tf_type.string>
      func.return %9 : tensor<?x!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)
  2. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      %402 = "tfl.reshape"(%arg0, %cst) : (tensor<2x1536xf32>, tensor<3xi32>) -> tensor<2x12x128xf32>
      %403 = "tfl.pseudo_qconst"() {qtype = tensor<128x64x!quant.uniform<i8:f32, 0.0047710379585623741>>, value = dense<9> : tensor<128x64xi8>} : () -> tensor<128x64x!quant.uniform<i8:f32, 0.0047710379585623741>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go

    func (m *Duration) Reset()      { *m = Duration{} }
    func (*Duration) ProtoMessage() {}
    func (*Duration) Descriptor() ([]byte, []int) {
    	return fileDescriptor_a8431b6e0aeeb761, []int{9}
    }
    func (m *Duration) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *Duration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    	n, err := m.MarshalToSizedBuffer(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)
  4. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "type": "string"
              }
            },
            "required": [
              "name",
              "expression"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    func (m *DeploymentRollback) Reset()      { *m = DeploymentRollback{} }
    func (*DeploymentRollback) ProtoMessage() {}
    func (*DeploymentRollback) Descriptor() ([]byte, []int) {
    	return fileDescriptor_90a532284de28347, []int{9}
    }
    func (m *DeploymentRollback) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DeploymentRollback) 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)
  6. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      func.return %output : tensor<0xf32>
    }
    
    // -----
    
    // CHECK-LABEL: strided_slice_begin_end_mask
    // CHECK-SAME: %[[INPUT:[a-z0-9]+]]: tensor<4x128x1024xf32>
    func.func @strided_slice_begin_end_mask(%input: tensor<4x128x1024xf32>) {
    
      // For StridedSlice
      // Dim #:        0,   1,    2
      // Input shape: [4, 128, 1024]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  7. doc/go_spec.html

    TypeSpec = AliasDecl | TypeDef .
    </pre>
    
    <h4 id="Alias_declarations">Alias declarations</h4>
    
    <p>
    An alias declaration binds an identifier to the given type
    [<a href="#Go_1.9">Go 1.9</a>].
    </p>
    
    <pre class="ebnf">
    AliasDecl = identifier "=" Type .
    </pre>
    
    <p>
    Within the <a href="#Declarations_and_scope">scope</a> of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	SYSLOG_ACTION_READ_CLEAR    = 4
    	SYSLOG_ACTION_CLEAR         = 5
    	SYSLOG_ACTION_CONSOLE_OFF   = 6
    	SYSLOG_ACTION_CONSOLE_ON    = 7
    	SYSLOG_ACTION_CONSOLE_LEVEL = 8
    	SYSLOG_ACTION_SIZE_UNREAD   = 9
    	SYSLOG_ACTION_SIZE_BUFFER   = 10
    )
    
    const (
    	DEVLINK_CMD_UNSPEC                                 = 0x0
    	DEVLINK_CMD_GET                                    = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    //   %5 = "mhlo.broadcast"(%4)
    //   %6 = "mhlo.select"(%3, %input, %5)
    //   %7 = "mhlo.reduce"(%6, %4) ({
    //   ^bb0(%arg1: tensor<f32>, %arg2: tensor<f32>):
    //     %9 = mhlo.add %arg1, %arg2 : tensor<f32>
    //     "mhlo.return"(%9) : (tensor<f32>) -> ()
    //   }) {dimensions = dense<0> : tensor<1xi64>}
    //
    // If the input's rank N is greater than 2, we will reshape it to R2 first and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/resource/v1alpha2/generated.pb.go

    func (m *NamedResourcesIntSlice) Reset()      { *m = NamedResourcesIntSlice{} }
    func (*NamedResourcesIntSlice) ProtoMessage() {}
    func (*NamedResourcesIntSlice) Descriptor() ([]byte, []int) {
    	return fileDescriptor_4312f5b44a31ec02, []int{9}
    }
    func (m *NamedResourcesIntSlice) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *NamedResourcesIntSlice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(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)
Back to top