..
cc_op_gen_main.cc
Automated rollback of commit 6fa6bd045c
2018-10-15 11:22:32 -07:00
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
Remove THIRD_PARTY_ from #include guards
2018-01-24 14:31:28 -08:00
cc_ops_test.cc
Updated cc/ to use tstring.
2019-08-12 07:38:21 -07:00
grad_op_registry.cc
Add C++ gradients to c_api.
2017-04-13 13:05:08 -07:00
grad_op_registry.h
Remove THIRD_PARTY_ from #include guards
2018-01-24 14:31:28 -08:00
gradient_checker_test.cc
Handle NaN results when verifying gradients.
2018-08-06 08:54:08 -07:00
gradient_checker.cc
Handle NaN results when verifying gradients.
2018-08-06 08:54:08 -07:00
gradient_checker.h
Remove THIRD_PARTY_ from #include guards
2018-01-24 14:31:28 -08:00
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
Remove THIRD_PARTY_ from #include guards
2018-01-24 14:31:28 -08:00
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
Introduce a pass to increase the amount of dynamism supported by an XLA cluster
2018-10-26 14:01:34 -07:00
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
C++ API: run shape inference as nodes are constructed
2017-08-15 16:50:32 -07:00
testutil.cc
Branch 167812735 ( #12867 )
2017-09-06 23:52:56 -07:00
testutil.h
Remove THIRD_PARTY_ from #include guards
2018-01-24 14:31:28 -08:00
while_gradients_test.cc
Basic while loop gradient functionality in C++
2017-09-27 13:32:17 -07:00
while_gradients.cc
Avoid capturing unused variables in lambda functions
2018-03-12 11:10:53 -07:00
while_gradients.h
Remove THIRD_PARTY_ from #include guards
2018-01-24 14:31:28 -08:00