Searched refs:InputWithLayout (Results 1 – 10 of 10) sorted by relevance
259 InputWithLayout<T> input(param.useNchw); in averagePool()272 InputWithLayout<T> input(param.useNchw); in l2Pool()285 InputWithLayout<T> input(param.useNchw); in maxPool()
84 InputWithLayout<T> input(useNchw); in instanceNorm()
301 InputWithLayout<T_Input> input(param.useNchw); in transposeConv()421 InputWithLayout<T> input(param.useNchw); in transposeConvQuant8PerChannel()
148 InputWithLayout<T> input(useNchw); in resizeImageOp()
376 InputWithLayout<T_Input> input(useNchw); in depthwiseConv()399 InputWithLayout<T> input(useNchw); in depthwiseConvQuant8PerChannel()
135 InputWithLayout<T_Input> input(useNchw); in roiPooling()
336 InputWithLayout<T_Input> input(useNchw); in conv()513 InputWithLayout<T> input(useNchw); in convQuant8PerChannel()
310 InputWithLayout<T_Input> input(useNchw); in roiAlign()
957 InputWithLayout<float> score_nhwc(useNchw), delta_nhwc(useNchw); in generateProposalsFloat32Compute()
158 class InputWithLayout {160 InputWithLayout(bool useNchw) : mDataOriginal(nullptr), mUseNchw(useNchw) {} in InputWithLayout() function