Searched refs:decodedInputVec (Results 1 – 2 of 2) sorted by relevance
181 const std::vector<float> decodedInputVec = rInputDecoder.DecodeTensor(inputInfo.GetShape()); in Pooling2d() local274 … accumulate(result, decodedInputVec[static_cast<unsigned int>(inputIndex)]); in Pooling2d()
224 const std::vector<float> decodedInputVec = rInputDecoder.DecodeTensor(inputInfo.GetShape()); in Pooling3d() local309 … accumulate(result, decodedInputVec[static_cast<unsigned int>(inputIndex)]); in Pooling3d()