serizba / cppflow

Run TensorFlow models in C++ without installation and without Bazel
https://serizba.github.io/cppflow/
MIT License
781 stars 177 forks source link

Const qualifiers in model #109

Closed andrewerf closed 2 years ago

andrewerf commented 3 years ago

Is it possible to mark model's call functions (operator ()) as const?

serizba commented 2 years ago

113