Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TFE_TensorDebugInfoOnDeviceDim
Function
TFE_TensorDebugInfoOnDeviceDim
tensorflow/c/eager/c_api_debug.cc:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
TF_CAPI_EXPORT extern int64_t TFE_TensorDebugInfoOnDeviceDim(
159
TFE_TensorDebugInfo* debug_info, int dim_index) {
160
return debug_info->dev_dims[dim_index];
161
}
162
163
} // extern
"C"
Callers
2
TFE_Py_TensorShapeOnDevice
Function · 0.85
c_api_debug_test.cc
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected