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

Function TF_DeleteStatus

tensorflow/c/tf_status.cc:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24TF_Status* TF_NewStatus() { return new TF_Status; }
25
26void TF_DeleteStatus(TF_Status* s) { delete s; }
27
28void TF_SetStatus(TF_Status* s, TF_Code code, const char* msg) {
29 if (code == TF_OK) {

Callers 15

mainFunction · 0.85
TFE_Py_FastPathExecute_CFunction · 0.85
EagerTensor_deallocFunction · 0.85
operator()Method · 0.85
TensorToNdarrayFunction · 0.85
EvaluateOperationFunction · 0.85
ConstantFoldFallbackHookFunction · 0.85
RunFunction · 0.85
LookUpCheckPointMethod · 0.85
TFProfShowTestMethod · 0.85
TFProfTensorTestMethod · 0.85
TFProfStatsTestMethod · 0.85

Calls

no outgoing calls

Tested by 15

mainFunction · 0.68
TFProfShowTestMethod · 0.68
TFProfTensorTestMethod · 0.68
TFProfStatsTestMethod · 0.68
createFunction · 0.68
computeFunction · 0.68
mainFunction · 0.68
~CApiWhileLoopTestMethod · 0.68
~CApiFunctionTestMethod · 0.68
MyCreateFuncFunction · 0.68
TESTFunction · 0.68
SetupOpMethod · 0.68