STT-tensorflow/tensorflow/python/framework/experimental
A. Unique TensorFlower 034633f23b PY2 removal cleanup
PiperOrigin-RevId: 352106691
Change-Id: I382d53c64f0d29da430b8cb6d2395a2cb281509e
2021-01-15 16:48:57 -08:00
..
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08:00
context_stack.py [C++ gradients] Move thread_local_stack to its own lib so that it can re-used for tape stack. 2020-09-10 12:21:11 -07:00
def_function.py
gradient_registry.py [C++ gradients] Add experimental python bindings for unified API's Tape. 2020-09-10 12:39:44 -07:00
math_ops.cc Add Log1p and DivNoNan gradients 2020-10-29 16:35:22 +07:00
math_ops.py Add Log1p and DivNoNan gradients 2020-10-29 16:35:22 +07:00
nn_ops.cc Implement python binding for TapeContext. 2020-09-28 15:05:07 -07:00
nn_ops.py Implement python binding for TapeContext. 2020-09-28 15:05:07 -07:00
tape.cc Simplify C++ tape APIs to match the proposal in https://github.com/tensorflow/community/pull/335 2020-12-03 14:28:48 -08:00
tape.py Simplify C++ tape APIs to match the proposal in https://github.com/tensorflow/community/pull/335 2020-12-03 14:28:48 -08:00
thread_local_stack.py [C++ gradients] Move thread_local_stack to its own lib so that it can re-used for tape stack. 2020-09-10 12:21:11 -07:00
unified_api_test.py Add Log1p and DivNoNan gradients 2020-10-29 16:35:22 +07:00
unified_api.cc Implements AbstractTensor::Shape(PartialTensorShape*). 2020-11-13 14:20:40 -08:00