Searched refs:OutputWithLayout (Results 1 – 8 of 8) sorted by relevance
163 class OutputWithLayout {165 OutputWithLayout(bool useNchw) : mDataOriginal(nullptr), mUseNchw(useNchw) {} in OutputWithLayout() function
213 OutputWithLayout<T> output(param.useNchw); in averagePool()226 OutputWithLayout<T> output(param.useNchw); in l2Pool()239 OutputWithLayout<T> output(param.useNchw); in maxPool()
81 OutputWithLayout<T> output(useNchw); in instanceNorm()
92 OutputWithLayout<T> output(useNchw); in resizeImageOp()
295 OutputWithLayout<T_Input> output(param.useNchw); in transposeConv()413 OutputWithLayout<uint8_t> output(param.useNchw); in transposeConvQuant8PerChannel()
270 OutputWithLayout<T_Input> output(useNchw); in conv()384 OutputWithLayout<uint8_t> output(useNchw); in convQuant8PerChannel()
142 OutputWithLayout<T_Input> output(useNchw); in roiPooling()
317 OutputWithLayout<T_Input> output(useNchw); in roiAlign()