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.cc29 ASSERT_EQ(0, TFE_TensorDebugInfoOnDeviceNumDims(debug_info)); in TEST()
42 ASSERT_EQ(2, TFE_TensorDebugInfoOnDeviceNumDims(debug_info));
Dc_api_debug.cc153 TF_CAPI_EXPORT extern int TFE_TensorDebugInfoOnDeviceNumDims( in TFE_TensorDebugInfoOnDeviceNumDims() function
Dc_api.h238 TF_CAPI_EXPORT extern int TFE_TensorDebugInfoOnDeviceNumDims(
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc1074 int rank = TFE_TensorDebugInfoOnDeviceNumDims(debug_info); in TFE_Py_TensorShapeOnDevice()