STT-tensorflow/tensorflow/cc/framework
2020-12-22 09:24:04 +11:00
..
cc_op_gen_main.cc
cc_op_gen_test.cc
cc_op_gen.cc [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
cc_op_gen.h
cc_ops_test.cc
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 c, cc folder resolutions 2020-07-29 21:04:00 +00:00
gradients.h
ops.cc
ops.h
scope_internal.h
scope_test.cc
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 c, cc folder resolutions 2020-07-29 21:04:00 +00:00
while_gradients.h