Home
last modified time | relevance | path

Searched refs:CreateSharedTensor (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.h134 absl::Status CreateSharedTensor(const CLContext& context, cl_mem memory,
139 absl::Status CreateSharedTensor(const CLContext& context, cl_mem memory,
Dtensor.cc635 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
Dinference_context.cc565 RETURN_IF_ERROR(CreateSharedTensor( in AllocateMemoryForBuffers()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dconverter.cc180 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()