Skip to content

anax32/tensorflow_c_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow C API

Simple examples which wrap the tensorflow C API for inference/introspection etc

examples

  • test
docker build -t test .
docker run -it --rm test tf_hello_world
  • test old tensorflow version
docker build --build-arg TF_VERSION=2.4.0 -t test .
docker run --rm -it test tf_hello_world
  • inference

refs

About

example functions using the tensorflow c api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages