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

Method getOutput

src/engine/SoftmaxConstraint.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272unsigned SoftmaxConstraint::getOutput( unsigned input ) const
273{
274 return _inputToOutput[input];
275}
276
277void SoftmaxConstraint::softmax( const Vector<double> &input, Vector<double> &output )
278{

Callers 1

constructSoftmaxLayerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected