Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExportModule (0.12 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

      auto output_export_status =
          ExportModule(*module, output_path, elide_large_elements_attrs);
      if (!conversion_status.ok()) {
        LOG(ERROR) << "TF to StableHLO conversion failed: "
                   << conversion_status.message();
    
        auto debug_export_status = ExportModule(
            *module, absl::StrCat(verbose_dir, "/debug_stablehlo.mlir"),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top