Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rootValue (0.07 sec)

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

      // So we have to directly import these instructions.
      TF_ASSIGN_OR_RETURN(
          mlir::Value root_value,
          xla::HloFunctionImporter::ImportInstructions(
              *hlo_module->entry_computation(), arguments, symbol_table, &builder));
    
      mhlo::TupleOp root_tuple =
          mlir::dyn_cast_or_null<mhlo::TupleOp>(root_value.getDefiningOp());
      if (!root_tuple) {
        return tsl::errors::InvalidArgument(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top