Searched refs:InputWithLayout (Results 1 – 10 of 10) sorted by relevance
158 class InputWithLayout {160 InputWithLayout(bool useNchw) : mDataOriginal(nullptr), mUseNchw(useNchw) {} in InputWithLayout() function
257 InputWithLayout<T> input(param.useNchw); in averagePool()270 InputWithLayout<T> input(param.useNchw); in l2Pool()283 InputWithLayout<T> input(param.useNchw); in maxPool()
94 InputWithLayout<T> input(useNchw); in instanceNorm()
305 InputWithLayout<T_Input> input(param.useNchw); in transposeConv()425 InputWithLayout<T> input(param.useNchw); in transposeConvQuant8PerChannel()
380 InputWithLayout<T_Input> input(useNchw); in depthwiseConv()403 InputWithLayout<T> input(useNchw); in depthwiseConvQuant8PerChannel()
339 InputWithLayout<T_Input> input(useNchw); in conv()516 InputWithLayout<T> input(useNchw); in convQuant8PerChannel()
155 InputWithLayout<T> input(useNchw); in resizeImageOp()
148 InputWithLayout<T_Input> input(useNchw); in roiPooling()
322 InputWithLayout<T_Input> input(useNchw); in roiAlign()
1070 InputWithLayout<float> score_nhwc(useNchw), delta_nhwc(useNchw); in generateProposalsFloat32Compute()