STT-tensorflow/tensorflow/core/grappler/utils
A. Unique TensorFlower 22380724dd Internal tests cleanup
PiperOrigin-RevId: 339366980
Change-Id: Ic12014b8db7717d6873a47143d9c9a4098b0f4be
2020-10-27 17:52:42 -07:00
..
BUILD Add target environment constraints to a subset of TensorFlow packages and targets. 2020-09-21 10:57:01 -07:00
canonicalizer_test.cc
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
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
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_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
scc_test.cc
scc.cc
scc.h
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