Home
last modified time | relevance | path

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

/external/armnn/src/armnn/test/optimizations/
DFuseActivationTests.cpp245 struct DivisionTest struct
247 using LayerType = armnn::DivisionLayer;
248 static std::string GetReceiverLayerName() { return "Division"; }; in GetReceiverLayerName()
249 static const bool isElementWise = true;
251 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape()
252 static TensorShape GetOutputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCout in GetOutputShape()
254 constexpr static const unsigned int inputSize = 48; // batchIn * heightIn * widthIn * channelIn
255 …onstexpr static const unsigned int outputSize = 48; // batchOut * heightOut * widthOut * channelOut
257 static IConnectableLayer* AddReceiverLayer(INetwork* network, in AddReceiverLayer()
/external/armnn/src/backends/backendsCommon/test/layerTests/
DDivisionTestImpl.cpp62 LayerTestResult<float, 4> DivisionTest( in DivisionTest() function