Home
last modified time | relevance | path

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

/external/armnn/src/backends/reference/workloads/
DPooling2d.cpp181 const std::vector<float> decodedInputVec = rInputDecoder.DecodeTensor(inputInfo.GetShape()); in Pooling2d() local
274 … accumulate(result, decodedInputVec[static_cast<unsigned int>(inputIndex)]); in Pooling2d()
DPooling3d.cpp224 const std::vector<float> decodedInputVec = rInputDecoder.DecodeTensor(inputInfo.GetShape()); in Pooling3d() local
309 … accumulate(result, decodedInputVec[static_cast<unsigned int>(inputIndex)]); in Pooling3d()