Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_GraphImportGraphDefWithResultsNoSerialization (0.29 sec)

  1. tensorflow/c/c_api.h

    // taking in a serialized tensorflow::GraphDef, it takes in a *pointer* to the
    // C++ *in memory representation* of the GraphDef, stored in `graph_def->data`
    TF_CAPI_EXPORT extern TF_ImportGraphDefResults*
    TF_GraphImportGraphDefWithResultsNoSerialization(
        TF_Graph* graph, const TF_Buffer* graph_def,
        const TF_ImportGraphDefOptions* options, TF_Status* status);
    
    // Import the graph serialized in `graph_def` into `graph`.
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Viewed (3)
Back to top