Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetSignaturesMap (0.1 sec)

  1. tensorflow/c/experimental/saved_model/core/saved_model_utils.h

    FunctionNameToFunctionDefMap(const FunctionDefLibrary& library);
    
    // Finds the "signatures" object in the object graph, and fills a mapping of
    // each signature's name to the corresponding function's node in the object
    // graph.
    Status GetSignaturesMap(const SavedObjectGraph& saved_objects,
                            gtl::FlatMap<std::string, int>* signatures_map);
    
    // Validates the `saved_function`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 13 04:18:52 UTC 2022
    - 5.7K bytes
    - Viewed (0)
Back to top