Searched refs:InputWithLayout (Results 1 – 10 of 10) sorted by relevance
157 class InputWithLayout {159 InputWithLayout(bool useNchw) : mDataOriginal(nullptr), mUseNchw(useNchw) {} in InputWithLayout() function
255 InputWithLayout<T> input(param.useNchw); in averagePool()268 InputWithLayout<T> input(param.useNchw); in l2Pool()281 InputWithLayout<T> input(param.useNchw); in maxPool()
93 InputWithLayout<T> input(useNchw); in instanceNorm()
304 InputWithLayout<T_Input> input(param.useNchw); in transposeConv()424 InputWithLayout<T> input(param.useNchw); in transposeConvQuant8PerChannel()
153 InputWithLayout<T> input(useNchw); in resizeImageOp()
378 InputWithLayout<T_Input> input(useNchw); in depthwiseConv()401 InputWithLayout<T> input(useNchw); in depthwiseConvQuant8PerChannel()
147 InputWithLayout<T_Input> input(useNchw); in roiPooling()
338 InputWithLayout<T_Input> input(useNchw); in conv()515 InputWithLayout<T> input(useNchw); in convQuant8PerChannel()
320 InputWithLayout<T_Input> input(useNchw); in roiAlign()
1063 InputWithLayout<float> score_nhwc(useNchw), delta_nhwc(useNchw); in generateProposalsFloat32Compute()