vehicle-lang / vehicle

A toolkit for enforcing logical specifications on neural networks
https://vehicle-lang.readthedocs.io/
Other
81 stars 7 forks source link

Internalise the @noinline annotation into the compiler #723

Closed MatthewDaggitt closed 1 year ago

MatthewDaggitt commented 1 year ago

Turns out when compiling to loss functions, we don't want the @noinline annotations to work. Rather than specialising the annotations to Marabou, far easier to just make them configurable within the compiler itself. It's not like the user is ever going to be writing them on their own functions.