Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_GraphImportGraphDefWithResults (0.11 sec)

  1. tensorflow/c/c_api.cc

            tf_results->missing_unused_key_names_data.back().c_str();
        tf_results->missing_unused_key_indexes[i] = id.second;
      }
    }
    
    TF_ImportGraphDefResults* TF_GraphImportGraphDefWithResults(
        TF_Graph* graph, const TF_Buffer* graph_def,
        const TF_ImportGraphDefOptions* options, TF_Status* status) {
      GraphDef def;
      if (!tensorflow::ParseProtoUnlimited(&def, graph_def->data,
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Sat Oct 04 05:55:32 UTC 2025
    - 102.4K bytes
    - Viewed (0)
Back to top