Searched defs:AdditionTest (Results  1 – 4 of 4) sorted by relevance
| /external/armnn/src/armnn/test/optimizations/ | 
| 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()
  | 
| /external/armnn/src/backends/backendsCommon/test/layerTests/ | 
| D | AdditionTestImpl.cpp | 22 LayerTestResult<float,4> AdditionTest(  in AdditionTest()  function
  | 
| /external/cronet/third_party/protobuf/src/google/protobuf/util/ | 
| D | message_differencer_unittest.cc | 2520 TEST_F(ComparisonTest, AdditionTest) {  in TEST_F()  argument
  | 
| /external/protobuf/src/google/protobuf/util/ | 
| D | message_differencer_unittest.cc | 2520 TEST_F(ComparisonTest, AdditionTest) {  in TEST_F()  argument
  |