Searched refs:output_tmp (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 822 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local 828 output_tmp.lifetime = Operand::LifeTime::TEMPORARY_VARIABLE; in executeOperation() 829 output_tmp.buffer = data_layout ? nullptr : output.buffer; in executeOperation() 830 output_tmp.length = data_layout ? 0 : output.length; in executeOperation() 832 !setInfoAndAllocateIfNeeded(&output_tmp, outShape, &result)) { in executeOperation() 833 if (!data_layout) output.dimensions = output_tmp.dimensions; in executeOperation() 840 blockSize, reinterpret_cast<float*>(output_tmp.buffer), outShape); in executeOperation() 846 blockSize, reinterpret_cast<_Float16*>(output_tmp.buffer), outShape); in executeOperation() 852 blockSize, reinterpret_cast<uint8_t*>(output_tmp.buffer), outShape); in executeOperation() 858 blockSize, reinterpret_cast<int8_t*>(output_tmp.buffer), outShape); in executeOperation() [all …]
|