Home
last modified time | relevance | path

Searched refs:OutputWithLayout (Results 1 – 9 of 9) sorted by relevance

/packages/modules/NeuralNetworks/common/include/
DCpuOperationUtils.h182 class OutputWithLayout {
184 OutputWithLayout(bool useNchw) : mDataOriginal(nullptr), mUseNchw(useNchw) {} in OutputWithLayout() function
/packages/modules/NeuralNetworks/common/operations/
DPooling.cpp258 OutputWithLayout<T> output(param.useNchw); in averagePool()
271 OutputWithLayout<T> output(param.useNchw); in l2Pool()
284 OutputWithLayout<T> output(param.useNchw); in maxPool()
DInstanceNormalization.cpp95 OutputWithLayout<T> output(useNchw); in instanceNorm()
DTransposeConv2D.cpp306 OutputWithLayout<T_Input> output(param.useNchw); in transposeConv()
426 OutputWithLayout<T> output(param.useNchw); in transposeConvQuant8PerChannel()
DDepthwiseConv2D.cpp381 OutputWithLayout<T_Input> output(useNchw); in depthwiseConv()
404 OutputWithLayout<T> output(useNchw); in depthwiseConvQuant8PerChannel()
DConv2D.cpp340 OutputWithLayout<T_Input> output(useNchw); in conv()
517 OutputWithLayout<T> output(useNchw); in convQuant8PerChannel()
DResizeImageOps.cpp156 OutputWithLayout<T> output(useNchw); in resizeImageOp()
DRoiPooling.cpp149 OutputWithLayout<T_Input> output(useNchw); in roiPooling()
DRoiAlign.cpp323 OutputWithLayout<T_Input> output(useNchw); in roiAlign()