Home
last modified time | relevance | path

Searched refs:init_auto_padding (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/core/
DTensorInfo.cpp185 size_t TensorInfo::init_auto_padding(const TensorShape &tensor_shape, Format format) in init_auto_padding() function in arm_compute::TensorInfo
189 size_t total_size = init_auto_padding(tensor_shape, num_channels, type); in init_auto_padding()
196 size_t TensorInfo::init_auto_padding(const TensorShape &tensor_shape, size_t num_channels, DataType… in init_auto_padding() function in arm_compute::TensorInfo
/external/ComputeLibrary/arm_compute/core/
DTensorInfo.h179 size_t init_auto_padding(const TensorShape &tensor_shape, Format format);
191 …size_t init_auto_padding(const TensorShape &tensor_shape, size_t num_channels, DataType data_type);