Home
last modified time | relevance | path

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

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