cppflow
cppflow copied to clipboard
Run TensorFlow models in C++ without installation and without Bazel
Results
83
cppflow issues
Sort by
recently updated
recently updated
newest added
This commit fixes the spelling of "linker" to "linter" for consistency.
Added static member to tensor class to allows the creation of a tensor directly from an existing buffer without having to create a copy as a std:vector. Specially useful when...