MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TF_FinishOperation

Function TF_FinishOperation

tensorflow/c/c_api.cc:1069–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067}
1068
1069TF_Operation* TF_FinishOperation(TF_OperationDescription* desc,
1070 TF_Status* status) {
1071 mutex_lock l(desc->graph->mu);
1072 return TF_FinishOperationLocked(desc, status);
1073}
1074
1075// TF_Operation functions
1076// ----------------------------------------------------------

Callers 15

TEST_FFunction · 0.85
UseHelperMethod · 0.85
NodeWithAttrHelperFunction · 0.85
TEST_FFunction · 0.85
CreateInputFunction · 0.85
TFE_AddEagerOpToGraphFunction · 0.85
PlaceholderHelperFunction · 0.85
ConstHelperFunction · 0.85
AddOpHelperFunction · 0.85

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.68
UseHelperMethod · 0.68
NodeWithAttrHelperFunction · 0.68
TEST_FFunction · 0.68
PlaceholderHelperFunction · 0.68
ConstHelperFunction · 0.68
AddOpHelperFunction · 0.68
AddWithCtrlDependencyFunction · 0.68
BinaryOpHelperFunction · 0.68
AddFunction · 0.68
NegHelperFunction · 0.68