Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Operands (0.11 sec)

  1. doc/go_spec.html

    </pre>
    
    <h2 id="Expressions">Expressions</h2>
    
    <p>
    An expression specifies the computation of a value by applying
    operators and functions to operands.
    </p>
    
    <h3 id="Operands">Operands</h3>
    
    <p>
    Operands denote the elementary values in an expression. An operand may be a
    literal, a (possibly <a href="#Qualified_identifiers">qualified</a>)
    non-<a href="#Blank_identifier">blank</a> identifier denoting a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    //
    // All HLO infeed ops expect a HLO token type operand and produce a tuple
    // containing a token. This HLO token type is used to order multiple infeed
    // operations within a computation. The token type can come from other
    // infeed/outfeed/send/recv ops or can be generated using create_token op with
    // no operands. Here we emit a create_token op to generate the token type
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      func.return %0: tensor<3x5xf32>
    }
    
    // SparseMatMul where one operand needs to be transposed and the other one not.
    //
    // CHECK-LABEL:   @test_sparse_mat_mul_with_transpose
    // CHECK-SAME:      %[[ARG0:.*]]: tensor<3x4xf32>
    // CHECK-SAME:      %[[ARG1:.*]]: tensor<5x4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK-LABEL:   func @convert_gather_to_slice_dynamic_error
    func.func @convert_gather_to_slice_dynamic_error(%arg0: tensor<3x?xi32>, %arg1: tensor<3x2xi32>) -> tensor<3x1504xi32> {
      // expected-error @+1 {{Dynamic shaped operand is not supported.}}
      %0 = "mhlo.gather"(%arg0, %arg1) {
        dimension_numbers = #mhlo.gather<
          offset_dims = [1],
          collapsed_slice_dims = [0],
          start_index_map = [0, 1],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
Back to top