Home
last modified time | relevance | path

Searched refs:ShapeToDebugString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device_util.cc380 ", shape=", ShapeToDebugString(shape_vector), in DebugString()
484 ", shape=", ShapeToDebugString(shape_vector), in DebugString()
H A Ddtensor_device_util.h516 std::string ShapeToDebugString(const std::vector<T> shape_vector) { in ShapeToDebugString() function
H A Ddtensor_device.cc1934 " (shape ", ShapeToDebugString(tensor_shape), in Execute()