Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/include/armnnTestUtils/
H A DLayerTestResult.hpp15 struct LayerTestResult struct
17 LayerTestResult(const armnn::TensorInfo& outputInfo) in LayerTestResult() function
27 LayerTestResult(const std::vector<T>& actualData, in LayerTestResult() argument
39 LayerTestResult(const std::vector<T>& actualData, in LayerTestResult() function
52 std::vector<T> m_ActualData;
53 std::vector<T> m_ExpectedData;
54 armnn::TensorShape m_ActualShape;
55 armnn::TensorShape m_ExpectedShape;
57 bool m_Supported;
58 bool m_CompareBoolean;