STT-tensorflow/tensorflow/core/grappler
Chris Kennelly fd0d7123b1 Optimize calls to std::string::find() and friends for a single char.
The character literal overload is more efficient.

PiperOrigin-RevId: 348053258
Change-Id: Ida72d7b6d860e1acf9a914e32d31a208cb23728b
2020-12-17 11:22:16 -08:00
..
clusters Use 'define_values' instead of 'values' in config_settings. 2020-11-30 07:23:01 -08:00
costs Add const to helper methods in grappler::NodeCosts. 2020-12-15 11:27:33 -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 Optimize calls to std::string::find() and friends for a single char. 2020-12-17 11:22:16 -08:00
utils Internal tests cleanup 2020-10-27 17:52:42 -07: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 #36639 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
graph_topology_view.cc
graph_topology_view.h Fix GraphTopologyView documentation 2019-03-14 17:25:10 -07:00
graph_view_test.cc Internal tests cleanup 2020-10-27 17:52:42 -07:00
graph_view.cc [Grappler] Remapper for GPU Conv2d+BiasAdd+Activation 2019-01-07 13:24:01 -08:00
graph_view.h [Grappler] AddSubgraph in MutableGraphView 2019-01-18 18:14:38 -08:00
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 Run placer for the inlined function body. 2018-12-03 15:58:35 -08:00
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 Merge pull request #36052 from gaurav1086:optimize_expression 2020-01-24 17:02:31 -08:00
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