Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/
DCpuExecutor.cpp798 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local
804 output_tmp.lifetime = OperandLifeTime::TEMPORARY_VARIABLE; in executeOperation()
805 output_tmp.buffer = data_layout ? nullptr : output.buffer; in executeOperation()
806 output_tmp.length = data_layout ? 0 : output.length; in executeOperation()
827 !setInfoAndAllocateIfNeeded(&output_tmp, outShape, &result)) { in executeOperation()
828 if (!data_layout) output.dimensions = output_tmp.dimensions; in executeOperation()
839 reinterpret_cast<float*>(output_tmp.buffer), outShape); in executeOperation()
847 reinterpret_cast<_Float16*>(output_tmp.buffer), outShape); in executeOperation()
858 reinterpret_cast<uint8_t*>(output_tmp.buffer), outShape); in executeOperation()
867 reinterpret_cast<uint8_t*>(output_tmp.buffer), outShape); in executeOperation()
[all …]