Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
H A Dconverter.cc191 RETURN_IF_ERROR(CreateTensorShared(*context_, in_memory, in Convert()
196 RETURN_IF_ERROR(CreateTensorShared(*context_, out_memory, in Convert()
299 RETURN_IF_ERROR(CreateTensorShared(*context_, in_memory, in Convert()
403 RETURN_IF_ERROR(CreateTensorShared(*context_, out_memory, in Convert()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dtensor.h119 absl::Status CreateTensorShared(const CLContext& context, cl_mem memory,
H A Dtensor.cc480 absl::Status CreateTensorShared(const CLContext& context, cl_mem memory, in CreateTensorShared() function
H A Dinference_context.cc592 RETURN_IF_ERROR(CreateTensorShared( in AllocateBufferBasedTensors()