/tensorflow_c

This is a wrapper of tensorflow_c_api for c++ programing.

Primary LanguageC++MIT LicenseMIT

tensorflow_c

This is a wrapper of tensorflow_c_api for c++ programing. tensorflow_c is based on hello_tf_c_api and partially based on cppflow. Thanks Neargye and serizba.

Basically the interface is similar to cppflow. But we make some improvement on it. The implementation is new and based on tf_utils, which is cloned from hello_tf_c_api.