Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for init_node_name (0.19 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/exported_model.proto

      reserved 'file_prefix_tensor_name';
    
      GraphDef graph_def = 1;
    
      // Name of the initialization node (TF Operation) used for initializing
      // resources like hash tables upon loading.
      string init_node_name = 2;
    
      // Path to the directory where checkpoint files are saved. This directoy is
      // not expected to be persistent (usually a temporary directory). When
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 06:12:59 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/saved_model_export.h

    // Factory function for `ExportedModel`.
    [[nodiscard]] tensorflow::quantization::ExportedModel
    CreateExportedModelFromGraphDef(
        tensorflow::GraphDef&& graph_def, absl::string_view init_node_name,
        absl::string_view checkpoint_dir,
        std::optional<tensorflow::SaverDef> saver_def,
        const absl::flat_hash_map<std::string, std::string>& function_aliases,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:11:25 UTC 2024
    - 6.9K bytes
    - Viewed (0)
Back to top