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

Function TFE_DeleteTensorDebugInfo

tensorflow/c/eager/c_api_debug.cc:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148TF_CAPI_EXPORT extern void TFE_DeleteTensorDebugInfo(
149 TFE_TensorDebugInfo* debug_info) {
150 delete debug_info;
151}
152
153TF_CAPI_EXPORT extern int TFE_TensorDebugInfoOnDeviceNumDims(
154 TFE_TensorDebugInfo* debug_info) {

Callers 3

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68