Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DCpuOperationUtils.h181 class OutputWithLayout {
183 OutputWithLayout(bool useNchw) : mDataOriginal(nullptr), mUseNchw(useNchw) {} in OutputWithLayout() function
/frameworks/ml/nn/common/operations/
DPooling.cpp256 OutputWithLayout<T> output(param.useNchw); in averagePool()
269 OutputWithLayout<T> output(param.useNchw); in l2Pool()
282 OutputWithLayout<T> output(param.useNchw); in maxPool()
DInstanceNormalization.cpp94 OutputWithLayout<T> output(useNchw); in instanceNorm()
DTransposeConv2D.cpp305 OutputWithLayout<T_Input> output(param.useNchw); in transposeConv()
425 OutputWithLayout<T> output(param.useNchw); in transposeConvQuant8PerChannel()
DResizeImageOps.cpp154 OutputWithLayout<T> output(useNchw); in resizeImageOp()
DDepthwiseConv2D.cpp379 OutputWithLayout<T_Input> output(useNchw); in depthwiseConv()
402 OutputWithLayout<T> output(useNchw); in depthwiseConvQuant8PerChannel()
DRoiPooling.cpp148 OutputWithLayout<T_Input> output(useNchw); in roiPooling()
DConv2D.cpp339 OutputWithLayout<T_Input> output(useNchw); in conv()
516 OutputWithLayout<T> output(useNchw); in convQuant8PerChannel()
DRoiAlign.cpp321 OutputWithLayout<T_Input> output(useNchw); in roiAlign()