Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for variable_to_value_map (0.35 sec)

  1. tensorflow/cc/tools/freeze_saved_model.cc

                                    &reachable_node_names, &variable_node_names);
      std::unordered_map<string, Tensor> variable_to_value_map;
      TF_RETURN_IF_ERROR(GetVariableNameToTensorMap(
          saved_model_bundle.session.get(), name_to_node_map, variable_node_names,
          &variable_to_value_map));
      // We copy the nodes in the same order they were in the original graph_def.
      for (const NodeDef& node : graph_def.node()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 11 08:05:36 UTC 2023
    - 11.9K bytes
    - Viewed (0)
Back to top