Searched refs:TFE_TensorDebugInfoOnDeviceNumDims (Results 1 – 4 of 4) sorted by relevance
29 ASSERT_EQ(0, TFE_TensorDebugInfoOnDeviceNumDims(debug_info)); in TEST()42 ASSERT_EQ(2, TFE_TensorDebugInfoOnDeviceNumDims(debug_info));
153 TF_CAPI_EXPORT extern int TFE_TensorDebugInfoOnDeviceNumDims( in TFE_TensorDebugInfoOnDeviceNumDims() function
238 TF_CAPI_EXPORT extern int TFE_TensorDebugInfoOnDeviceNumDims(
1074 int rank = TFE_TensorDebugInfoOnDeviceNumDims(debug_info); in TFE_Py_TensorShapeOnDevice()