STT-tensorflow/tensorflow/core/grappler
Eugene Zhulenev b131b30fb5 PR : [INTEL MKL] Change order for remapper
Imported from GitHub PR https://github.com/tensorflow/tensorflow/pull/46097

This PR is to test if there will be any regression if the order of remapper in grappler meta_optimizer is moved before arithmetic_optimizer.
Copybara import of the project:

--
613041d6e6 by mdfaijul <md.faijul.amin@intel.com>:

Change order for remapper.

PiperOrigin-RevId: 352011080
Change-Id: I5041e87bfeeb41120517ce454d1baa247c32d4fb
2021-01-15 08:13:22 -08:00
..
clusters Use 'define_values' instead of 'values' in config_settings. 2020-11-30 07:23:01 -08:00
costs Control dependency flowing between devices should have a higher priority virtual channel than data flows, otherwise there is a risk of control transfer getting stuck behind a large data transfer. Current channel device implementation is simple, it doesn't model such prioritization. 2021-01-13 21:42:07 -08:00
graph_analyzer Add target environment constraints to a subset of TensorFlow packages and targets. 2020-09-21 10:57:01 -07:00
inputs Add target environment constraints to a subset of TensorFlow packages and targets. 2020-09-21 10:57:01 -07:00
optimizers PR : [INTEL MKL] Change order for remapper 2021-01-15 08:13:22 -08:00
utils Merge pull request from Intel-tensorflow:amin/grappler-pattern-matching 2021-01-06 15:51:08 -08:00
verifiers Add target environment constraints to a subset of TensorFlow packages and targets. 2020-09-21 10:57:01 -07:00
BUILD Remove depencencies on unnecessary aliases in tensorflow/core 2020-10-13 10:28:00 -07:00
devices.cc Merge pull request from ROCmSoftwarePlatform:google-upstream-grappler 2020-03-11 23:59:13 -07:00
devices.h Add mixed precision Grappler optimizer 2019-03-04 17:59:12 -08:00
graph_topology_view_test.cc Add an option to GraphTopologyView to ignore control edges in the graph. 2019-03-06 16:16:19 -08:00
graph_topology_view.cc
graph_topology_view.h
graph_view_test.cc Internal tests cleanup 2020-10-27 17:52:42 -07:00
graph_view.cc
graph_view.h
grappler_item_builder_test.cc Remove using _output_shapes for shape annotation. 2019-10-22 09:56:32 -07:00
grappler_item_builder.cc Remove all uses of TENSORFLOW_LITE_PROTOS. 2020-05-06 02:43:41 -07:00
grappler_item_builder.h Expose OptimizeGraph() and enable function inlining control. 2019-04-15 15:46:06 -07:00
grappler_item_test.cc
grappler_item.cc NFC: Refactored existing runtime code to prepare for TFRT/TF2 training's integration points. 2020-12-15 13:26:34 -08:00
grappler_item.h NFC: Refactored existing runtime code to prepare for TFRT/TF2 training's integration points. 2020-12-15 13:26:34 -08:00
mutable_graph_view_test.cc minor spelling tweaks 2020-02-27 15:42:16 +09:00
mutable_graph_view.cc
mutable_graph_view.h minor spelling tweaks 2020-02-27 15:42:16 +09:00
op_types.cc Add IsBiasAddV2 to check BiasAdd op 2020-11-22 22:02:51 -08:00
op_types.h Add IsBiasAddV2 to check BiasAdd op 2020-11-22 22:02:51 -08:00
utils_test.cc Internal tests cleanup 2020-10-27 17:52:42 -07:00
utils.cc Add ImmutableNodeMap for const GraphDef. 2020-08-04 16:53:20 -07:00
utils.h Add ImmutableNodeMap for const GraphDef. 2020-08-04 16:53:20 -07:00