- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TF_OperationToNodeDef (0.17 sec)
-
tensorflow/c/c_api.cc
return; } count++; } status->status = OutOfRange("Operation only has ", count, " attributes, can't get the ", i, "th"); } void TF_OperationToNodeDef(TF_Operation* oper, TF_Buffer* output_node_def, TF_Status* status) { status->status = MessageToBuffer(oper->node.def(), output_node_def); }
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0)