From 53ef1d8a9c566d766690f326ed3276069027052f Mon Sep 17 00:00:00 2001 From: Meteorix Date: Mon, 29 Jun 2020 00:28:33 +0800 Subject: [PATCH] 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 a158db9c5589..bca0fc154d61 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",