- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TF_GraphOperationByName (0.13 sec)
-
tensorflow/c/c_api_experimental.cc
} } TF_Operation* enqueue_op = TF_GraphOperationByName( session->graph, tensorflow::strings::StrCat("fifo_queue_enqueue_", tensor_id).c_str()); if (enqueue_op == nullptr) { status->status = tensorflow::errors::Internal( "Unable to find the enqueue node in the TF graph."); return; } TF_Operation* placeholder_op = TF_GraphOperationByName( session->graph,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 29.5K bytes - Viewed (0)