Home
last modified time | relevance | path

Searched defs:rescale_params (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/assembly/
DNEDepthwiseConvolutionAssemblyDispatch.cpp52const qasymm8::QAsymm8RescaleParams &rescale_params, in get_qasymm8_convolver()
94const qsymm8::QSymm8PerChannelRescaleParams &rescale_params, in get_qsymm8_perchannel_convolver()
272 qasymm8::QAsymm8RescaleParams rescale_params(qshift, qmultiplier, fmultipler); in create_convolver() local
306 qsymm8::QSymm8PerChannelRescaleParams rescale_params(qshifts, qmultipliers, fmultipliers); in create_convolver() local
/external/ComputeLibrary/src/core/NEON/kernels/convolution/depthwise/
Dimpl_qa8_qa8.hpp108 const QAsymm8RescaleParams& rescale_params, in QAsymm8DepthwiseConvolution()
138 const QAsymm8RescaleParams& rescale_params, in QAsymm8DepthwiseConvolution()
Dimpl_qa8_qs8_per_channel.hpp288 const QSymm8PerChannelRescaleParams& rescale_params, in QSymm8HybridPerChannelDepthwiseConvolution()