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

Method allocateMemory

src/nlr/DeepPolyMaxPoolElement.cpp:208–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208void DeepPolyMaxPoolElement::allocateMemory()
209{
210 freeMemoryIfNeeded();
211 DeepPolyElement::allocateMemory();
212}
213
214void DeepPolyMaxPoolElement::freeMemoryIfNeeded()
215{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected