Searched refs:max_unpooling_layer (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | MaxUnpoolingLayer.cpp | 79 SimpleTensor<uint8_t> max_unpooling_layer<uint8_t>( in max_unpooling_layer() function 92 SimpleTensor<T> max_unpooling_layer(const SimpleTensor<T> &src, const PoolingLayerInfo &info, in max_unpooling_layer() function 99 template SimpleTensor<float> max_unpooling_layer(const SimpleTensor<float> &src, const PoolingLayer… 102 template SimpleTensor<half> max_unpooling_layer(const SimpleTensor<half> &src, const PoolingLayerIn…
|
H A D | MaxUnpoolingLayer.h | 39 SimpleTensor<T> max_unpooling_layer(const SimpleTensor<T> &src, const PoolingLayerInfo &info, const…
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | MaxUnpoolingLayerFixture.h | 141 … return reference::max_unpooling_layer<T>(pooled_tensor, info, output_qinfo, indices, input_shape); in compute_reference()
|