Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for operands_ (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    *Match* means the axis must match when adding, regarding the broadcasting.
    i.e. For both operands `lhs` and `rhs`,
    if `operand.quantization_axis` >= 0 and `output.quantization_axis` >= 0,
    `operand.dims` - `operand.quantization_axis` must be equal to `output.dims` - `output.quantization_axis`.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            be accelerated.
        *   Fix segmentation fault when running a model with LSTM nodes using
            `NNAPI` Delegate
        *   Fix `NNAPI` delegate failure when an operand for Maximum/Minimum
            operation is a scalar.
        *   Fix `NNAPI` delegate failure when Axis input for reduce operation is a
            scalar.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top