You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official installer including only the Tensorflow Lite runtime can be obtained from the following URL.
25
+
The official installer including only the Tensorflow Lite runtime can be obtained from the following URL.
26
26
**https://www.tensorflow.org/lite/guide/python**
27
27
28
-
Bazel's pre-build binay is below.
28
+
Bazel's pre-build binay is below.
29
29
**https://github.com/PINTO0309/Bazel_bin.git**
30
30
31
-
Procedure for building a remote caching environment by Bazel.
32
-
**[Ultra-fast build of Tensorflow with Bazel Remote Caching [Google Cloud Storage version]](https://qiita.com/PINTO/items/eef2eccc21dc72227d0f)**
33
-
**[Ultra-fast build of Tensorflow with Bazel Remote Caching [Docker version]](https://qiita.com/PINTO/items/49ce77a6ee03b404c156)**
31
+
Procedure for building a remote caching environment by Bazel.
32
+
**[Ultra-fast build of Tensorflow with Bazel Remote Caching [Google Cloud Storage version]](https://qiita.com/PINTO/items/eef2eccc21dc72227d0f)**
33
+
**[Ultra-fast build of Tensorflow with Bazel Remote Caching [Docker version]](https://qiita.com/PINTO/items/49ce77a6ee03b404c156)**
34
34

35
35
36
-
Use the Tensorflow Lite FlexDelegate shared library below to execute .tflite models that contain custom operations that cannot be performed by Tensorflow Lite. **`libtensorflowlite.so`**
36
+
Use the Tensorflow Lite FlexDelegate shared library below to execute .tflite models that contain custom operations that cannot be performed by Tensorflow Lite. **`libtensorflowlite.so`**
A repository that shares tuning results of trained models generated by Tensorflow. Post-training quantization (Weight Quantization, Integer Quantization, Full Integer Quantization), Quantization-aware training.
39
+
A repository that shares tuning results of trained models generated by Tensorflow. Post-training quantization (Weight Quantization, Integer Quantization, Full Integer Quantization), Quantization-aware training.
**[Add a custom OP to the TFLite runtime to build the whl installer (for Python)](https://zenn.dev/pinto0309/articles/a0e40c2817f2ee)**, **`MaxPoolingWithArgmax2D`**, **`MaxUnpooling2D`**, **`Convolution2DTransposeBias`**
@@ -72,11 +72,11 @@ Prebuilt binary for Jetson Nano by **`Michael`**.
**【Appendix】 C Library + Tensorflow v1.x.x / v2.x.x**
76
-
The behavior is unconfirmed because I do not have C language implementation skills.
75
+
**【Appendix】 C Library + Tensorflow v1.x.x / v2.x.x**
76
+
The behavior is unconfirmed because I do not have C language implementation skills.
77
77
**[Official tutorial on Tensorflow C binding generation](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/lib_package/README.md)**
78
78
79
-
**Appx1. C-API build procedure**
79
+
**Appx1. C-API build procedure**
80
80
**[Native build procedure of Tensorflow v2.0.0 C API for RaspberryPi / arm64 devices (armhf / aarch64)](https://qiita.com/PINTO/items/4f26f63bf40014bec146)**
0 commit comments