Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for operand0_tensor_type (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_executor.cc

                                 operand0_tensor_type.getElementType())) {
          return switchn.emitOpError()
                 << "expects same operand and output element type but got "
                 << operand0_tensor_type << " vs " << output_tensor_type;
        }
        Type broadcasted_type = OpTrait::util::getBroadcastedType(
            tf_type::DropRefAndSubTypes(operand0_tensor_type),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 42.7K bytes
    - Viewed (0)
Back to top