Searched defs:AdditionTest (Results 1 – 4 of 4) sorted by relevance
205 struct AdditionTest struct207 using LayerType = armnn::AdditionLayer;208 static std::string GetReceiverLayerName() { return "Addition"; }; in GetReceiverLayerName()209 static const bool isElementWise = true;211 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape()212 static TensorShape GetOutputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCout in GetOutputShape()214 constexpr static const unsigned int inputSize = 48; // batchIn * heightIn * widthIn * channelIn215 …onstexpr static const unsigned int outputSize = 48; // batchOut * heightOut * widthOut * channelOut217 static IConnectableLayer* AddReceiverLayer(INetwork* network, in AddReceiverLayer()
22 LayerTestResult<float,4> AdditionTest( in AdditionTest() function
181 BOOST_AUTO_TEST_CASE(AdditionTest) in BOOST_AUTO_TEST_CASE() argument
2426 TEST_F(ComparisonTest, AdditionTest) { in TEST_F() argument