MCPcopy 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
158TF_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

Calls

no outgoing calls

Tested by

no test coverage detected