Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/kernels/
DCpuMaxUnpoolingLayerKernel.cpp110 const TensorShape output_shape = compute_unpool_shape(*src, pool_info); in configure()
/external/ComputeLibrary/src/core/CL/kernels/
DCLMaxUnpoolingLayerKernel.cpp102 const TensorShape output_shape = compute_unpool_shape(*input->info(), pool_info); in configure()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h835 inline TensorShape compute_unpool_shape(const ITensorInfo &input, PoolingLayerInfo pool_info) in compute_unpool_shape() function