Home
last modified time | relevance | path

Searched refs:TFE_TensorDebugInfoOnDeviceNumDims (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_debug_test.cc34 ASSERT_EQ(0, TFE_TensorDebugInfoOnDeviceNumDims(debug_info)); in TEST()
53 ASSERT_EQ(2, TFE_TensorDebugInfoOnDeviceNumDims(debug_info));
Dc_api_debug.cc77 TF_CAPI_EXPORT extern int TFE_TensorDebugInfoOnDeviceNumDims( in TFE_TensorDebugInfoOnDeviceNumDims() function
Dc_api.h219 TF_CAPI_EXPORT extern int TFE_TensorDebugInfoOnDeviceNumDims(
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc1135 int rank = TFE_TensorDebugInfoOnDeviceNumDims(debug_info); in TFE_Py_TensorShapeOnDevice()