Searched refs:CreateSharedTensor (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | tensor.h | 134 absl::Status CreateSharedTensor(const CLContext& context, cl_mem memory, 139 absl::Status CreateSharedTensor(const CLContext& context, cl_mem memory,
|
D | tensor.cc | 635 absl::Status CreateSharedTensor(const CLContext& context, cl_mem memory, in CreateSharedTensor() function 643 absl::Status CreateSharedTensor(const CLContext& context, cl_mem memory, in CreateSharedTensor() function
|
D | inference_context.cc | 565 RETURN_IF_ERROR(CreateSharedTensor( in AllocateMemoryForBuffers()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
D | converter.cc | 180 RETURN_IF_ERROR(CreateSharedTensor(*context_, in_memory, shape_, in Convert() 183 RETURN_IF_ERROR(CreateSharedTensor(*context_, out_memory, shape_, in Convert() 276 RETURN_IF_ERROR(CreateSharedTensor(*context_, in_memory, shape_, in Convert() 370 RETURN_IF_ERROR(CreateSharedTensor(*context_, out_memory, shape_, in Convert()
|