Skip to content

Commit

Permalink
Merge pull request tensorflow#2331 from intel-ai-tce:graph_optimze
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688216101
  • Loading branch information
copybara-github committed Oct 21, 2024
2 parents bd1c161 + cc191d4 commit 344f0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/en/guide/graph_optimization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"* *Loop optimizer -* Optimizes the graph control flow by hoisting loop-invariant subgraphs out of loops and by removing redundant stack operations in loops. Also optimizes loops with statically known trip counts and removes statically known dead branches in conditionals.\n",
"* *Scoped allocator optimizer -* Introduces scoped allocators to reduce data movement and to consolidate some operations.\n",
"* *Pin to host optimizer -* Swaps small operations onto the CPU. This optimizer is turned OFF by default. \n",
"* *Auto mixed precision optimizer -* Converts data types to float16 where applicable to improve performance. Currently applies only to GPUs.\n",
"* *Auto mixed precision optimizer -* Converts data types to float16 where applicable to improve performance. Currently applies to GPUs and the latest Intel Xeon CPUs.\n",
"* *Debug stripper -* Strips nodes related to debugging operations such as `tf.debugging.Assert`, `tf.debugging.check_numerics`, and `tf.print` from the graph. This optimizer is turned OFF by default."
]
},
Expand Down

0 comments on commit 344f0e9

Please sign in to comment.