Home
last modified time | relevance | path

Searched refs:GetPhysicalCoords (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc259 *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
Dtensor_desc.h176 std::vector<std::string> GetPhysicalCoords(const std::string& xc,