Searched refs:OutputWithLayout (Results 1 – 9 of 9) sorted by relevance
182 class OutputWithLayout {184 OutputWithLayout(bool useNchw) : mDataOriginal(nullptr), mUseNchw(useNchw) {} in OutputWithLayout() function
258 OutputWithLayout<T> output(param.useNchw); in averagePool()271 OutputWithLayout<T> output(param.useNchw); in l2Pool()284 OutputWithLayout<T> output(param.useNchw); in maxPool()
95 OutputWithLayout<T> output(useNchw); in instanceNorm()
306 OutputWithLayout<T_Input> output(param.useNchw); in transposeConv()426 OutputWithLayout<T> output(param.useNchw); in transposeConvQuant8PerChannel()
381 OutputWithLayout<T_Input> output(useNchw); in depthwiseConv()404 OutputWithLayout<T> output(useNchw); in depthwiseConvQuant8PerChannel()
340 OutputWithLayout<T_Input> output(useNchw); in conv()517 OutputWithLayout<T> output(useNchw); in convQuant8PerChannel()
156 OutputWithLayout<T> output(useNchw); in resizeImageOp()
149 OutputWithLayout<T_Input> output(useNchw); in roiPooling()
323 OutputWithLayout<T_Input> output(useNchw); in roiAlign()