Simple examples which wrap the tensorflow C API for inference/introspection etc
- 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
- tensorflow library