Home
last modified time | relevance | path

Searched defs:DecodeTensor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DBaseIterator.hpp128 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::QASymm8Decoder
165 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::QASymmS8Decoder
202 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::QSymmS8Decoder
239 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::QSymm16Decoder
278 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::Float16Decoder
314 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::Float32Decoder
341 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::ScaledInt32Decoder
377 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::Int32Decoder
409 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::Int32ToInt32tDecoder
441 std::vector<float> DecodeTensor (const TensorShape& tensorShape, in DecodeTensor() function in armnn::BooleanDecoder
[all …]
/aosp_15_r20/external/armnn/src/backends/reference/test/
H A DRefPerAxisIteratorTests.cpp54 virtual std::vector<float> DecodeTensor(const TensorShape &tensorShape, in DecodeTensor() function in MockPerAxisIterator