Merge pull request #42747 from yongwww:patch-2

PiperOrigin-RevId: 329664638
Change-Id: Iac168d8b098d867df01896f3bf54f09bc2241f17
This commit is contained in:
TensorFlower Gardener 2020-09-02 01:13:09 -07:00
commit d5f04ebacc

View File

@ -121,8 +121,8 @@ example.
### AOT (Ahead-of-time) compilation for CPU with `tfcompile` ### AOT (Ahead-of-time) compilation for CPU with `tfcompile`
You can also use a standalone [`tfcompile`](./tfcompile) tool, You can also use a standalone [`tfcompile`](./tfcompile.md) tool, which converts
which converts TensorFlow graph into executable code (for x86-64 CPU only). TensorFlow graph into executable code (for x86-64 CPU only).
## Inspect compiled programs ## Inspect compiled programs