Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for export_original_tf_func_name (0.25 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)
  2. tensorflow/compiler/mlir/tensorflow/translate/mlir_roundtrip_flags.h

      // graph.
      bool export_entry_func_to_flib = false;
      // Whether to export functions using the name set in the attribute
      // `tf._original_func_name` if it exists.
      bool export_original_tf_func_name = false;
    };
    
    // Parses the command line flag strings to the specification of nodes in
    // the Graph.
    Status ParseOutputArrayInfo(absl::string_view array_names,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:56:10 UTC 2024
    - 6.4K bytes
    - Viewed (0)
Back to top