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

Method DeepPolyInputElement

src/nlr/DeepPolyInputElement.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getSizeMethod · 0.45
getLayerIndexMethod · 0.45

Tested by

no test coverage detected