Searched refs:OutputWithLayout (Results 1 – 9 of 9) sorted by relevance
181 class OutputWithLayout {183 OutputWithLayout(bool useNchw) : mDataOriginal(nullptr), mUseNchw(useNchw) {} in OutputWithLayout() function
256 OutputWithLayout<T> output(param.useNchw); in averagePool()269 OutputWithLayout<T> output(param.useNchw); in l2Pool()282 OutputWithLayout<T> output(param.useNchw); in maxPool()
94 OutputWithLayout<T> output(useNchw); in instanceNorm()
305 OutputWithLayout<T_Input> output(param.useNchw); in transposeConv()425 OutputWithLayout<T> output(param.useNchw); in transposeConvQuant8PerChannel()
154 OutputWithLayout<T> output(useNchw); in resizeImageOp()
379 OutputWithLayout<T_Input> output(useNchw); in depthwiseConv()402 OutputWithLayout<T> output(useNchw); in depthwiseConvQuant8PerChannel()
148 OutputWithLayout<T_Input> output(useNchw); in roiPooling()
339 OutputWithLayout<T_Input> output(useNchw); in conv()516 OutputWithLayout<T> output(useNchw); in convQuant8PerChannel()
321 OutputWithLayout<T_Input> output(useNchw); in roiAlign()