Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DFuseActivationTests.cpp352 struct DivisionTest struct
354 using LayerType = DivisionLayer;
355 static const bool isElementWise = true;
356 static const bool isConstTensorAsInputSupported = false;
358 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape()
359 static TensorShape GetOutputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCout in GetOutputShape()
361 constexpr static const unsigned int inputSize = 48; // batchIn * heightIn * widthIn * channelIn
362 …onstexpr static const unsigned int outputSize = 48; // batchOut * heightOut * widthOut * channelOut
364 static IConnectableLayer* AddReceiverLayer(INetwork* network, in AddReceiverLayer()
377 static std::vector<IConnectableLayer*> AddConstantLayers(INetwork* network, in AddConstantLayers()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DDivisionTestImpl.cpp62 LayerTestResult<float, 4> DivisionTest( in DivisionTest() function