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

Fix type casting error on example code #111

Closed seungtaek94 closed 3 years ago

seungtaek94 commented 3 years ago

After update the type check function (9b05be62743ccd6232776c6af6ebc1ccdda7b317), An error occurs in the example code.

I changed the casting type int32_t to int64_t.

serizba commented 3 years ago

Thanks!