Searched refs:GetPhysicalCoords (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | tensor_desc.cc | 259 *result = Read(gpu_info, read_as_type, GetPhysicalCoords(xc, yc, zc, sc, bc)); in PerformReadSelector() 298 *result = Write(gpu_info, args[0], GetPhysicalCoords(xc, yc, zc, sc, bc)); in PerformWriteSelector() 695 auto coords = GetPhysicalCoords(xc, yc, zc, sc, bc); in GetGlobalAddressNoDeclaration() 713 std::vector<std::string> TensorDescriptor::GetPhysicalCoords( in GetPhysicalCoords() function in tflite::gpu::TensorDescriptor
|
D | tensor_desc.h | 176 std::vector<std::string> GetPhysicalCoords(const std::string& xc,
|