Searched refs:TFE_TensorDebugInfoOnDeviceDim (Results 1 – 4 of 4) sorted by relevance
44 EXPECT_EQ(3, TFE_TensorDebugInfoOnDeviceDim(debug_info, 0));45 EXPECT_EQ(2, TFE_TensorDebugInfoOnDeviceDim(debug_info, 1));
158 TF_CAPI_EXPORT extern int64_t TFE_TensorDebugInfoOnDeviceDim( in TFE_TensorDebugInfoOnDeviceDim() function
251 TF_CAPI_EXPORT extern int64_t TFE_TensorDebugInfoOnDeviceDim(
1077 tensorflow::int64 dim_size = TFE_TensorDebugInfoOnDeviceDim(debug_info, i); in TFE_Py_TensorShapeOnDevice()