Skip to content

Commit

Permalink
add rm xla attributes in tf docs (#5950)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meteorix authored Jun 28, 2020
1 parent 2b3d90a commit 17bd06a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/frontend/tensorflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ The model should be exported with a number of transformations to prepare the mod
[
"remove_nodes(op=Identity, op=CheckNumerics, op=StopGradient)",
"sort_by_execution_order", # sort by execution order after each transform to ensure correct node ordering
"remove_attribute(attribute_name=_XlaSeparateCompiledGradients)",
"remove_attribute(attribute_name=_XlaCompile)",
"remove_attribute(attribute_name=_XlaScope)",
"sort_by_execution_order",
"remove_device",
"sort_by_execution_order",
"fold_batch_norms",
Expand Down

0 comments on commit 17bd06a

Please sign in to comment.