serizba / cppflow

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

cppflow::decode_raw #188

Closed xfchangwei closed 1 year ago

xfchangwei commented 2 years ago

cppflow::decode_raw How does this function work?

serizba commented 2 years ago

Hi @xfchangwei

It reinterprets the bytes of a string as a vector of numbers. You can check the official TF Raw Ops docs

serizba commented 1 year ago

Closing due to inactivity.