Searched defs:LayerTestResult (Results 1 – 1 of 1) sorted by relevance
15 struct LayerTestResult struct17 LayerTestResult(const armnn::TensorInfo& outputInfo) in LayerTestResult() function27 LayerTestResult(const std::vector<T>& actualData, in LayerTestResult() argument39 LayerTestResult(const std::vector<T>& actualData, in LayerTestResult() function52 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;