MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / DeepPolyRoundElement

Method DeepPolyRoundElement

src/nlr/DeepPolyRoundElement.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace NLR {
21
22DeepPolyRoundElement::DeepPolyRoundElement( Layer *layer )
23{
24 _layer = layer;
25 _size = layer->getSize();
26 _layerIndex = layer->getLayerIndex();
27}
28
29DeepPolyRoundElement::~DeepPolyRoundElement()
30{

Callers

nothing calls this directly

Calls 2

getSizeMethod · 0.45
getLayerIndexMethod · 0.45

Tested by

no test coverage detected