Searched defs:DivisionTest (Results 1 – 2 of 2) sorted by relevance
352 struct DivisionTest struct354 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 * channelIn362 …onstexpr static const unsigned int outputSize = 48; // batchOut * heightOut * widthOut * channelOut364 static IConnectableLayer* AddReceiverLayer(INetwork* network, in AddReceiverLayer()377 static std::vector<IConnectableLayer*> AddConstantLayers(INetwork* network, in AddConstantLayers()
62 LayerTestResult<float, 4> DivisionTest( in DivisionTest() function