- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for TF_DeleteImportGraphDefResults (0.14 seconds)
-
tensorflow/c/c_api_test.cc
&return_opers); ASSERT_EQ(1, num_return_opers); EXPECT_EQ(scalar2, return_opers[0]); // not remapped TF_DeleteImportGraphDefResults(results); // Import again, with control dependencies, into the same graph. TF_DeleteImportGraphDefOptions(opts); opts = TF_NewImportGraphDefOptions();
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) -
tensorflow/c/c_api.h
TF_CAPI_EXPORT extern void TF_DeleteImportGraphDefResults( TF_ImportGraphDefResults* results); // Import the graph serialized in `graph_def` into `graph`. Returns nullptr and // a bad status on error. Otherwise, returns a populated // TF_ImportGraphDefResults instance. The returned instance must be deleted via // TF_DeleteImportGraphDefResults(). TF_CAPI_EXPORT extern TF_ImportGraphDefResults*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.cc
*src_names = results->missing_unused_key_names.data(); *src_indexes = results->missing_unused_key_indexes.data(); } void TF_DeleteImportGraphDefResults(TF_ImportGraphDefResults* results) { delete results; } static void GraphImportGraphDefLocked(TF_Graph* graph, const GraphDef& def,
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0)