Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetHandleNameIfNeedsToFreeze (0.47 sec)

  1. tensorflow/cc/tools/freeze_saved_model.cc

    // want to freeze (i.e. its name is contained in variable_node_names). If there
    // is no such handle in the graph (or we do not want to save that variable)
    // then NotFound error is returned.
    StatusOr<string> GetHandleNameIfNeedsToFreeze(
        const std::unordered_map<string, NodeDef*>& name_to_node_map,
        string node_name, const std::unordered_set<string>& variable_node_names) {
      StatusOr<string> var_handle_name =
    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