- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TF_FinishOperationLocked (0.11 seconds)
-
tensorflow/c/c_api.cc
} } else { desc->node_builder.Attr(attr_name, std::move(attr_value)); } status->status = absl::OkStatus(); } TF_Operation* TF_FinishOperationLocked(TF_OperationDescription* desc, TF_Status* status) TF_EXCLUSIVE_LOCKS_REQUIRED(desc->graph->mu) { Node* ret = nullptr;Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Sat Oct 04 05:55:32 GMT 2025 - 102.4K bytes - Click Count (0) -
tensorflow/c/c_api.h
// // Unless implementing advanced behavior, like custom gradient functions, you // most likely need to call `TF_FinishOperation` instead. TF_CAPI_EXPORT extern TF_Operation* TF_FinishOperationLocked( TF_OperationDescription* desc, TF_Status* status); // If this function succeeds: // * *status is set to an OK value, // * a TF_Operation is added to the graph,Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (0)