Searched refs:CreateTensorShared (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ |
H A D | converter.cc | 191 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 D | tensor.h | 119 absl::Status CreateTensorShared(const CLContext& context, cl_mem memory,
|
H A D | tensor.cc | 480 absl::Status CreateTensorShared(const CLContext& context, cl_mem memory, in CreateTensorShared() function
|
H A D | inference_context.cc | 592 RETURN_IF_ERROR(CreateTensorShared( in AllocateBufferBasedTensors()
|