Searched refs:InputWithLayout (Results 1 – 9 of 9) sorted by relevance
139 class InputWithLayout {141 InputWithLayout(bool useNchw) : mDataOriginal(nullptr), mUseNchw(useNchw) {} in InputWithLayout() function
212 InputWithLayout<T> input(param.useNchw); in averagePool()225 InputWithLayout<T> input(param.useNchw); in l2Pool()238 InputWithLayout<T> input(param.useNchw); in maxPool()
80 InputWithLayout<T> input(useNchw); in instanceNorm()
91 InputWithLayout<T> input(useNchw); in resizeImageOp()
294 InputWithLayout<T_Input> input(param.useNchw); in transposeConv()412 InputWithLayout<uint8_t> input(param.useNchw); in transposeConvQuant8PerChannel()
269 InputWithLayout<T_Input> input(useNchw); in conv()383 InputWithLayout<uint8_t> input(useNchw); in convQuant8PerChannel()
141 InputWithLayout<T_Input> input(useNchw); in roiPooling()
316 InputWithLayout<T_Input> input(useNchw); in roiAlign()
954 InputWithLayout<float> score_nhwc(useNchw), delta_nhwc(useNchw); in generateProposalsFloat32Compute()