Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp823 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local
829 output_tmp.lifetime = Operand::LifeTime::TEMPORARY_VARIABLE; in executeOperation()
830 output_tmp.buffer = data_layout ? nullptr : output.buffer; in executeOperation()
831 output_tmp.length = data_layout ? 0 : output.length; in executeOperation()
833 !setInfoAndAllocateIfNeeded(&output_tmp, outShape, &result)) { in executeOperation()
834 if (!data_layout) output.dimensions = output_tmp.dimensions; in executeOperation()
841 blockSize, reinterpret_cast<float*>(output_tmp.buffer), outShape); in executeOperation()
847 blockSize, reinterpret_cast<_Float16*>(output_tmp.buffer), outShape); in executeOperation()
853 blockSize, reinterpret_cast<uint8_t*>(output_tmp.buffer), outShape); in executeOperation()
859 blockSize, reinterpret_cast<int8_t*>(output_tmp.buffer), outShape); in executeOperation()
[all …]