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.cc26 bool CanCreateTensorWithShape(const GpuInfo& gpu_info, const BHWDC& shape, in CanCreateTensorWithShape() function
72 bool CanCreateTensorWithShape(const GpuInfo& gpu_info, const BHWC& shape, in CanCreateTensorWithShape() function
75 return CanCreateTensorWithShape(gpu_info, shape5D, descriptor); in CanCreateTensorWithShape()
83 if (CanCreateTensorWithShape(gpu_info, shape, in SelectBestStorageType()
92 CanCreateTensorWithShape( in SelectBestStorageType()
103 CanCreateTensorWithShape( in SelectBestStorageType()
113 if (CanCreateTensorWithShape( in SelectBestStorageType()
Dstorage_type_util.h28 bool CanCreateTensorWithShape(const GpuInfo& gpu_info, const BHWDC& shape,
31 bool CanCreateTensorWithShape(const GpuInfo& gpu_info, const BHWC& shape,
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dinference_context.cc275 CanCreateTensorWithShape( in ReserveGraphTensors()