- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TF_GraphVersions (0.17 seconds)
-
tensorflow/c/c_api.h
TF_Buffer* output_op_def, TF_Status* status); // Returns the serialized VersionDef proto for this graph. TF_CAPI_EXPORT extern void TF_GraphVersions(TF_Graph* graph, TF_Buffer* output_version_def, TF_Status* status); // TF_ImportGraphDefOptions holds options that can be passed toCreated: 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
status->status = graph->graph.op_registry()->LookUpOpDef(op_name, &op_def); if (!status->status.ok()) return; } status->status = MessageToBuffer(*op_def, output_op_def); } void TF_GraphVersions(TF_Graph* graph, TF_Buffer* output_version_def, TF_Status* status) { VersionDef versions; { mutex_lock l(graph->mu); versions = graph->graph.versions(); }
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)