diff --git a/docs/readthedocs/source/_toc.yml b/docs/readthedocs/source/_toc.yml index c0ada445..c8233ef8 100644 --- a/docs/readthedocs/source/_toc.yml +++ b/docs/readthedocs/source/_toc.yml @@ -133,6 +133,7 @@ subtrees: - file: doc/Nano/Howto/Inference/PyTorch/inference_optimizer_optimize - file: doc/Nano/Howto/Inference/TensorFlow/accelerate_tensorflow_inference_onnx - file: doc/Nano/Howto/Inference/TensorFlow/accelerate_tensorflow_inference_openvino + - file: doc/Nano/Howto/Inference/TensorFlow/tensorflow_inference_bf16 - file: doc/Nano/Howto/Inference/TensorFlow/tensorflow_save_and_load_onnx - file: doc/Nano/Howto/Inference/TensorFlow/tensorflow_save_and_load_openvino - file: doc/Nano/Howto/install_in_colab diff --git a/docs/readthedocs/source/doc/Nano/Howto/Inference/TensorFlow/tensorflow_inference_bf16.nblink b/docs/readthedocs/source/doc/Nano/Howto/Inference/TensorFlow/tensorflow_inference_bf16.nblink new file mode 100644 index 00000000..fa8a1ae6 --- /dev/null +++ b/docs/readthedocs/source/doc/Nano/Howto/Inference/TensorFlow/tensorflow_inference_bf16.nblink @@ -0,0 +1,3 @@ +{ + "path": "../../../../../../../../python/nano/tutorial/notebook/inference/tensorflow/tensorflow_inference_bf16.ipynb" +} \ No newline at end of file diff --git a/docs/readthedocs/source/doc/Nano/Howto/index.rst b/docs/readthedocs/source/doc/Nano/Howto/index.rst index 19f21516..9f37cb07 100644 --- a/docs/readthedocs/source/doc/Nano/Howto/index.rst +++ b/docs/readthedocs/source/doc/Nano/Howto/index.rst @@ -41,7 +41,7 @@ TensorFlow ~~~~~~~~~~~~~~~~~~~~~~~~~ * `How to accelerate a TensorFlow Keras application on training workloads through multiple instances `_ * |tensorflow_training_embedding_sparseadam_link|_ -* `How to conduct BFloat16 Mixed Precision training in your TensorFlow application `_ +* `How to conduct BFloat16 Mixed Precision training in your TensorFlow Keras application `_ .. |tensorflow_training_embedding_sparseadam_link| replace:: How to optimize your model with a sparse ``Embedding`` layer and ``SparseAdam`` optimizer .. _tensorflow_training_embedding_sparseadam_link: Training/TensorFlow/tensorflow_training_embedding_sparseadam.html @@ -83,6 +83,7 @@ TensorFlow ~~~~~~~~~~~~~~~~~~~~~~~~~ * `How to accelerate a TensorFlow inference pipeline through ONNXRuntime `_ * `How to accelerate a TensorFlow inference pipeline through OpenVINO `_ +* `How to conduct BFloat16 Mixed Precision inference in a TensorFlow Keras application `_ * `How to save and load optimized ONNXRuntime model in TensorFlow `_ * `How to save and load optimized OpenVINO model in TensorFlow `_