STT-tensorflow/tensorflow/core/grappler/utils
TensorFlower Gardener 5b82ec84a3 Merge pull request #45850 from Intel-tensorflow:amin/grappler-pattern-matching
PiperOrigin-RevId: 350441156
Change-Id: I5dec478c1e752c2496272848c3920de65e743440
2021-01-06 15:51:08 -08:00
..
BUILD Graph pattern matcher for grappler. 2020-12-18 07:13:26 -08:00
canonicalizer_test.cc Improve DedupComputations in ArithmeticOptimizer by canonicalizing node input order only once before the algorithms starts and as needed if nodes are modified. Before this change we would potentially copy and sort the inputs of each node multiple times. 2019-05-07 01:14:33 -07:00
canonicalizer.cc [TensorFlow PE] Address static analyzer findings in grappler. 2020-04-03 14:09:26 -07:00
canonicalizer.h Improve DedupComputations in ArithmeticOptimizer by canonicalizing node input order only once before the algorithms starts and as needed if nodes are modified. Before this change we would potentially copy and sort the inputs of each node multiple times. 2019-05-07 01:14:33 -07:00
colocation_test.cc
colocation.cc Optimize GetColocationGroupRoot function. 2020-10-26 15:17:45 -07:00
colocation.h
frame_test.cc
frame.cc
frame.h Fix few typos in the annotations and docs 2019-09-24 10:47:54 +08:00
functions_test.cc Preserve FunctionDef.arg_attr in GrapplerFunctionItem. 2020-06-15 11:06:19 -07:00
functions.cc tensorflow/core resolutions, set 2 of 3 2020-07-26 23:56:14 +00:00
functions.h Preserve FunctionDef.arg_attr in GrapplerFunctionItem. 2020-06-15 11:06:19 -07:00
graph_view_internal_test.cc [Grappler] Move indicator of removed node in MutableGraphView::Mutation out of MutableNodeViewDiff. 2019-07-11 11:54:59 -07:00
graph_view_internal.h Merge pull request #40496 from tg-at-google:sign-compare-warning-fixes-batch-2 2020-06-17 11:22:40 -07:00
graph_view_test.cc Internal tests cleanup 2020-10-27 17:52:42 -07:00
graph_view.cc Merge pull request #40496 from tg-at-google:sign-compare-warning-fixes-batch-2 2020-06-17 11:22:40 -07:00
graph_view.h [Grappler:GraphView] Add NodeDiff only if mutation is not a no-op 2019-10-24 18:49:22 -07:00
grappler_test_test.cc [Grappler] Before calling Grappler from the TensorFlow runtime, check that feeds and fetches are valid and only refer to nodes that exist in the graph. 2020-09-16 10:13:01 -07:00
grappler_test.cc [Grappler] Before calling Grappler from the TensorFlow runtime, check that feeds and fetches are valid and only refer to nodes that exist in the graph. 2020-09-16 10:13:01 -07:00
grappler_test.h [Grappler] Before calling Grappler from the TensorFlow runtime, check that feeds and fetches are valid and only refer to nodes that exist in the graph. 2020-09-16 10:13:01 -07:00
pattern_utils_test.cc Merge pull request #45850 from Intel-tensorflow:amin/grappler-pattern-matching 2021-01-06 15:51:08 -08:00
pattern_utils.cc Graph pattern matcher for grappler. 2020-12-18 07:13:26 -08:00
pattern_utils.h Graph pattern matcher for grappler. 2020-12-18 07:13:26 -08:00
scc_test.cc Individual loop identification 2017-08-22 10:17:42 -07:00
scc.cc Generalize assumptions in IdentifyLoops and StronglyConnectedComponents. 2018-07-02 22:31:08 -07:00
scc.h Correct argument name in declaration of StronglyConnectedComponents 2018-09-12 11:11:22 -07:00
symbolic_shapes_test.cc
symbolic_shapes.cc
symbolic_shapes.h
topological_sort_test.cc Internal tests cleanup 2020-10-27 17:52:42 -07:00
topological_sort.cc Update topological_sort.cc 2020-07-14 14:33:32 -04:00
topological_sort.h
tpu_test.cc
tpu.cc
tpu.h
transitive_fanin_test.cc Cleanup of transitive-fanin node computation to make details of invalid input available to its callers. 2020-04-20 16:18:52 -07:00
transitive_fanin.cc Cleanup of transitive-fanin node computation to make details of invalid input available to its callers. 2020-04-20 16:18:52 -07:00
transitive_fanin.h Cleanup of transitive-fanin node computation to make details of invalid input available to its callers. 2020-04-20 16:18:52 -07:00
traversal_test.cc
traversal.cc
traversal.h