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

Function TFE_TensorDebugInfoOnDeviceNumDims

tensorflow/c/eager/c_api_debug.cc:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153TF_CAPI_EXPORT extern int TFE_TensorDebugInfoOnDeviceNumDims(
154 TFE_TensorDebugInfo* debug_info) {
155 return debug_info->dev_dims.size();
156}
157
158TF_CAPI_EXPORT extern int64_t TFE_TensorDebugInfoOnDeviceDim(
159 TFE_TensorDebugInfo* debug_info, int dim_index) {

Callers 3

TESTFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.68