Home
last modified time | relevance | path

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

/external/armnn/src/armnn/test/optimizations/
DFuseActivationTests.cpp205 struct AdditionTest struct
207 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 * channelIn
215 …onstexpr static const unsigned int outputSize = 48; // batchOut * heightOut * widthOut * channelOut
217 static IConnectableLayer* AddReceiverLayer(INetwork* network, in AddReceiverLayer()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DAdditionTestImpl.cpp22 LayerTestResult<float,4> AdditionTest( in AdditionTest() function
/external/armnn/src/armnn/test/
DShapeInferenceTests.cpp181 BOOST_AUTO_TEST_CASE(AdditionTest) in BOOST_AUTO_TEST_CASE() argument
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer_unittest.cc2426 TEST_F(ComparisonTest, AdditionTest) { in TEST_F() argument