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

Method Padding

src/input_parsers/TensorUtils.cpp:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134Padding::Padding( int padFront, int padBack )
135 : padFront( padFront )
136 , padBack( padBack )
137{
138}
139
140Padding
141calculatePaddingNeeded( int inputSize, int filterSize, int stride, bool padFrontPreferentially )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected