Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tfxla_bridge_v2_tfdialect_to_executor_after (0.57 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/tf_dialect_to_executor.cc

        ::tensorflow::DumpMlirOpToFile(
            DEBUG_DATA_DUMPER()->GetDumpFilename(
                module_name.str(), kDebugGroupMain,
                "tfxla_bridge_v2_tfdialect_to_executor_after"),
            module, llvm::StringRef(), &tf_to_executor);
      }
    
      if (result.failed()) {
        return RecordStatusIfError(
            absl::InternalError("Failed to export from TF Dialect to TF Executor "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 23:22:50 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/tf_dialect_to_executor.cc

        ::tensorflow::DumpMlirOpToFile(
            DEBUG_DATA_DUMPER()->GetDumpFilename(
                module_name.str(), kDebugGroupMain,
                "tfxla_bridge_v1_tfdialect_to_executor_after"),
            module, llvm::StringRef(), &tf_to_executor);
      }
    
      if (result.failed()) {
        return RecordStatusIfError(diag_handler.ConsumeStatus());
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 16 03:41:02 UTC 2024
    - 7.1K bytes
    - Viewed (0)
Back to top