Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TF_GetCode
Function
TF_GetCode
tensorflow/c/tf_status.cc:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
TF_Code TF_GetCode(const TF_Status* s) {
37
return static_cast<TF_Code>(s->status.code());
38
}
39
40
const char* TF_Message(const TF_Status* s) {
41
return s->status.error_message().c_str();
Callers
15
main
Function · 0.85
TF_Run_wrapper_helper
Function · 0.85
TF_GraphGetTensorShapeHelper
Function · 0.85
TF_TryEvaluateConstant_wrapper
Function · 0.85
SetOpAttrList
Function · 0.85
GetFunc
Function · 0.85
SetOpAttrScalar
Function · 0.85
SetOpAttrs
Function · 0.85
SetOpAttrWithDefaults
Function · 0.85
TFE_Py_ExecuteCancelable
Function · 0.85
MaybeRaiseExceptionFromTFStatus
Function · 0.85
TFE_Py_FastPathExecute_C
Function · 0.85
Calls
1
code
Method · 0.45
Tested by
15
main
Function · 0.68
TFProfShowTest
Method · 0.68
TFProfTensorTest
Method · 0.68
TFProfStatsTest
Method · 0.68
main
Function · 0.68
Init
Method · 0.68
ExpectOK
Method · 0.68
ExpectError
Method · 0.68
Run
Method · 0.68
CreateCondGraph
Method · 0.68
GraphDebugString
Method · 0.68
TEST_F
Function · 0.68