This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new 17bd06a add rm xla attributes in tf docs (#5950)
17bd06a is described below
commit 17bd06a6142f21b553fd24bfaa9bdb4cc0ac8d13
Author: Meteorix <[email protected]>
AuthorDate: Mon Jun 29 00:28:33 2020 +0800
add rm xla attributes in tf docs (#5950)
---
docs/frontend/tensorflow.rst | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/frontend/tensorflow.rst b/docs/frontend/tensorflow.rst
index a158db9..bca0fc1 100644
--- a/docs/frontend/tensorflow.rst
+++ b/docs/frontend/tensorflow.rst
@@ -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",