Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 424 Bytes

File metadata and controls

25 lines (17 loc) · 424 Bytes

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