Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for addOperands (0.29 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      if (!result_type)
        emitError(result.location)
            << "non-broadcastable operands: " << lhs.getType() << " and "
            << rhs.getType();
      result.addOperands({lhs, rhs});
      // Comparison binary ops always return i1 tensor.
      if (auto shaped_type = result_type.dyn_cast<RankedTensorType>()) {
        auto result_shape = shaped_type.getShape();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top