Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for export_original_tf_func_name (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/tf_mlir_translate_registration.cc

      if (!module) return failure();
    
      tensorflow::GraphExportConfig confs;
      confs.export_entry_func_to_flib = export_entry_func_to_flib;
      confs.export_original_tf_func_name = export_original_tf_func_name;
    
      std::unique_ptr<tensorflow::FunctionLibraryDefinition> flib_def;
      auto graph =
          std::make_unique<tensorflow::Graph>(tensorflow::OpRegistry::Global());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top