Searched refs:input_tmp (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 823 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local 825 if (!convertToNhwc(input_tmp, input, input_tmp_guard, data_layout)) { in executeOperation() 832 if (!depthToSpacePrepare(input_tmp.shape(), blockSize, &outShape) || in executeOperation() 837 switch (input_tmp.type) { in executeOperation() 840 reinterpret_cast<const float*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 846 reinterpret_cast<const _Float16*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 852 reinterpret_cast<const uint8_t*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 858 reinterpret_cast<const int8_t*>(input_tmp.buffer), input_tmp.shape(), in executeOperation() 887 RunTimeOperandInfo input_tmp, output_tmp; in executeOperation() local 889 if (!convertToNhwc(input_tmp, input, input_tmp_guard, data_layout)) { in executeOperation() [all …]
|