Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emitError (0.1 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      auto x_type = mlir::cast<RankedTensorType>(x.getType());
      auto y_type = mlir::cast<RankedTensorType>(y.getType());
      auto result_type = GetStaticBroadcastType(x_type, y_type, broadcast_dims);
      if (!result_type) {
        emitError(loc) << "could not binary broadcast " << x_type << ", " << y_type
                       << " with broadcast_dims = " << broadcast_dims;
        return nullptr;
      }
      auto larger_broadcast_dims =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top