Home
last modified time | relevance | path

Searched refs:CanCreateTensorWithShape (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc27 absl::Status CanCreateTensorWithShape(const GpuInfo& gpu_info, in CanCreateTensorWithShape() function
188 absl::Status CanCreateTensorWithShape(const GpuInfo& gpu_info, in CanCreateTensorWithShape() function
192 return CanCreateTensorWithShape(gpu_info, shape5D, descriptor); in CanCreateTensorWithShape()
199 if (CanCreateTensorWithShape(gpu_info, shape, in SelectBestStorageType()
207 return CanCreateTensorWithShape( in SelectBestStorageType()
213 CanCreateTensorWithShape( in SelectBestStorageType()
222 return CanCreateTensorWithShape( in SelectBestStorageType()
229 CanCreateTensorWithShape( in SelectBestStorageType()
238 return CanCreateTensorWithShape( in SelectBestStorageType()
244 if (CanCreateTensorWithShape( in SelectBestStorageType()
[all …]
Dstorage_type_util.h29 absl::Status CanCreateTensorWithShape(const GpuInfo& gpu_info,
33 absl::Status CanCreateTensorWithShape(const GpuInfo& gpu_info,
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc305 CanCreateTensorWithShape( in ReserveGraphTensors()