STT-tensorflow/tensorflow/cc/framework
Derek Murray 000c8f09ea [Build cleanup] Update #includes of moved header "graph/graph_constructor.h".
This change modifies these includes to point to
"tensorflow/core/common_runtime/graph_constructor.h" instead. This change will enable us to remove the accidental dependency from //tensorflow/core/graph to //tensorflow/core/common_runtime.

PiperOrigin-RevId: 309035649
Change-Id: I2af0fdd6a6ccc4ae8d351a9117a69b6fc80c22e9
2020-04-29 09:20:48 -07:00
..
cc_op_gen_main.cc
cc_op_gen_test.cc Use absl instead of deprecated str_util 2019-05-21 08:10:10 -07:00
cc_op_gen.cc Fixes/updates for tensorflow::tstring migration. 2019-11-26 23:35:38 -08:00
cc_op_gen.h
cc_ops_test.cc Updated cc/ to use tstring. 2019-08-12 07:38:21 -07:00
grad_op_registry.cc
grad_op_registry.h
gradient_checker_test.cc
gradient_checker.cc
gradient_checker.h
gradients_test.cc add unit test for bugfix 2020-03-20 20:54:56 +08:00
gradients.cc [Build cleanup] Update #includes of moved header "graph/graph_constructor.h". 2020-04-29 09:20:48 -07:00
gradients.h
ops.cc Updated the majority of string tensor accessors to use tstring type. 2019-08-07 11:46:35 -07:00
ops.h Updated cc/ to use tstring. 2019-08-12 07:38:21 -07:00
scope_internal.h
scope_test.cc [TF:XLA] Limit autoclustering of ShapeConsumingOps on the first pass. 2019-05-14 01:17:37 -07:00
scope.cc This CL optimizes C++11 range-based for loops where the variable is copied in each iteration but it would suffice to obtain it by const reference. This is only applied to loop variables of types that are expensive to copy which means they are not trivially copyable or have a non-trivial copy constructor or destructor. 2020-04-06 19:54:28 -07:00
scope.h [Build cleanup] Update #includes of moved header "graph/graph_constructor.h". 2020-04-29 09:20:48 -07:00
test_op.cc
testutil.cc
testutil.h
while_gradients_test.cc
while_gradients.cc
while_gradients.h