- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TF_ImportGraphDefResults (0.18 seconds)
-
tensorflow/c/c_api.h
TF_CAPI_EXPORT extern int TF_ImportGraphDefOptionsNumReturnOperations( const TF_ImportGraphDefOptions* opts); // TF_ImportGraphDefResults holds results that are generated by // TF_GraphImportGraphDefWithResults(). typedef struct TF_ImportGraphDefResults TF_ImportGraphDefResults; // Fetches the return outputs requested via // TF_ImportGraphDefOptionsAddReturnOutput(). The number of fetched outputs is
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (0) -
tensorflow/c/c_api_test.cc
TF_Buffer graph_def_buffer; graph_def_buffer.data = reinterpret_cast<const void*>(&graph_def_proto); graph_def_buffer.length = sizeof(tensorflow::GraphDef*); TF_ImportGraphDefResults* results = TF_GraphImportGraphDefWithResultsNoSerialization(graph, &graph_def_buffer, opts, s); ASSERT_EQ(TF_OK, TF_GetCode(s)) << TF_Message(s);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jan 07 04:56:09 GMT 2026 - 97.3K bytes - Click Count (0)