Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
TF_Status* TF_NewStatus() { return new TF_Status; }
25
26
void TF_DeleteStatus(TF_Status* s) { delete s; }
27
28
void TF_SetStatus(TF_Status* s, TF_Code code, const char* msg) {
29
if (code == TF_OK) {
Callers
15
main
Function · 0.85
TFE_Py_FastPathExecute_C
Function · 0.85
EagerTensor_dealloc
Function · 0.85
operator()
Method · 0.85
TensorToNdarray
Function · 0.85
EvaluateOperation
Function · 0.85
ConstantFoldFallbackHook
Function · 0.85
Run
Function · 0.85
LookUpCheckPoint
Method · 0.85
TFProfShowTest
Method · 0.85
TFProfTensorTest
Method · 0.85
TFProfStatsTest
Method · 0.85
Calls
no outgoing calls
Tested by
15
main
Function · 0.68
TFProfShowTest
Method · 0.68
TFProfTensorTest
Method · 0.68
TFProfStatsTest
Method · 0.68
create
Function · 0.68
compute
Function · 0.68
main
Function · 0.68
~CApiWhileLoopTest
Method · 0.68
~CApiFunctionTest
Method · 0.68
MyCreateFunc
Function · 0.68
TEST
Function · 0.68
SetupOp
Method · 0.68