Searched refs:CreateTensorShared (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | tensor.cc | 239 absl::Status CreateTensorShared(const CLContext& context, const BHWDC& shape, in CreateTensorShared() function 640 return CreateTensorShared(context, shape5D, descriptor, memory, result); in CreateSharedTensor() 647 return CreateTensorShared(context, shape, descriptor, memory, result); in CreateSharedTensor()
|