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.cc
cc_op_gen.h
cc_op_gen_main.cc
cc_op_gen_test.cc
cc_ops_test.cc
grad_op_registry.cc
grad_op_registry.h
gradient_checker.cc
gradient_checker.h
gradient_checker_test.cc
gradients.cc [Build cleanup] Update #includes of moved header "graph/graph_constructor.h". 2020-04-29 09:20:48 -07:00
gradients.h
gradients_test.cc add unit test for bugfix 2020-03-20 20:54:56 +08:00
ops.cc
ops.h
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
scope_internal.h
scope_test.cc
test_op.cc
testutil.cc
testutil.h
while_gradients.cc
while_gradients.h
while_gradients_test.cc