Searched defs:outTemp (Results 1 – 2 of 2) sorted by relevance
1079 int32_t outTemp[BLOCKSIZE * MAX_NUM_CHANNELS] __attribute__((aligned(32))); in process__genericNoResampling() local1159 int32_t * const outTemp = mOutputTemp.get(); // naked ptr in process__genericResampling() local
258 std::vector<int32_t> outTemp(inDepth, 0); in roiAlignQuantNhwc() local