Searched defs:AdditionTest (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/ |
H A D | FuseActivationTests.cpp | 278 struct AdditionTest struct 280 using LayerType = AdditionLayer; 281 static const bool isElementWise = true; 282 static const bool isConstTensorAsInputSupported = false; 284 static TensorShape GetInputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCin in GetInputShape() 285 static TensorShape GetOutputShape() { return TensorShape( {1, 4, 4, 3}); } // NHWCout in GetOutputShape() 287 constexpr static const unsigned int inputSize = 48; // batchIn * heightIn * widthIn * channelIn 288 …onstexpr static const unsigned int outputSize = 48; // batchOut * heightOut * widthOut * channelOut 290 static IConnectableLayer* AddReceiverLayer(INetwork* network, in AddReceiverLayer() 303 static std::vector<IConnectableLayer*> AddConstantLayers(INetwork* network, in AddConstantLayers()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | AdditionTestImpl.cpp | 22 LayerTestResult<float,4> AdditionTest( in AdditionTest() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 2520 TEST_F(ComparisonTest, AdditionTest) { in TEST_F() argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | message_differencer_unittest.cc | 2520 TEST_F(ComparisonTest, AdditionTest) { in TEST_F() argument
|