aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Add support for "parallel for" abstraction, optimized via graph rewrite. ThisGravatar A. Unique TensorFlower2018-07-02
* Adding a new `current_date` decorator that can change theGravatar Rohan Jain2018-07-02
* [eager]: Fix bug in converting pandas objects to Tensors.Gravatar Asim Shankar2018-07-02
* Small fixes in VariableSynchrinization and VariableAggregation change.Gravatar Pavithra Vijay2018-07-02
* Docstring grammar tweak.Gravatar A. Unique TensorFlower2018-07-02
* Add `synchronization` and `aggregation` args to get_variable(). These args wi...Gravatar Pavithra Vijay2018-06-29
* Do not constrain the is_variable_initialized ops to be on cpu.Gravatar A. Unique TensorFlower2018-06-29
* Allow gradients() calls from inside a function wrt captured tensors.Gravatar Skye Wanderman-Milne2018-06-29
* Auto tracking for Python lists assigned to attributes of Model/CheckpointableGravatar Allen Lavoie2018-06-29
* Update Tensorboard callback to run histogram summaries withinGravatar A. Unique TensorFlower2018-06-29
* [tf.data] Add examples of `map_func` signatures to the `Dataset.map()` docume...Gravatar Derek Murray2018-06-29
* [tf.data] In `Dataset.padded_batch()` test, handle randomly created empty bat...Gravatar Derek Murray2018-06-29
* Add a method that calls the python function backing a _PolymorphicFunction.Gravatar Akshay Agrawal2018-06-29
* Internal Change.Gravatar Michael Case2018-06-29
* Add more helpful error messages when restoring from checkpoint fails.Gravatar Karmel Allison2018-06-29
* tfe.defun shouldn't leak information across graphs (or across eager and graphs)Gravatar Alexandre Passos2018-06-29
* Python: Add a compat.py with a constant to help withGravatar Asim Shankar2018-06-29
* Merge changes from github.Gravatar Mingxing Tan2018-06-28
* tf.keras sync 2.2.0Gravatar Anjali Sridhar2018-06-28
* Don't cache RNN weights in while loops since it's possible that train steps c...Gravatar A. Unique TensorFlower2018-06-28
* Adds support for Type III DCT, and tf.spectral.idct(type=2|3).Gravatar Brian Patton2018-06-28
* tfdbg: Fix compatibility with C++ MakeCallable and _make_callable_from_optionsGravatar Shanqing Cai2018-06-28
* Add an output context that can be used to specify outputs to capture when run...Gravatar Priya Gupta2018-06-28
* tf.keras sync 2.2.0Gravatar Anjali Sridhar2018-06-28
* Bugfix: In eager mode, bessel_i0 and bessel_i1 raise "TypeError: unhashable t...Gravatar Brian Patton2018-06-28
* Add code to parse interpolatable error messages.Gravatar James Keeling2018-06-28
* Replace Keras clip by value and clip by norm in Keras Optimizers with native ...Gravatar A. Unique TensorFlower2018-06-28
* Include eager/graph mode in cache key so that one type of tensor doesn't spillGravatar Akshay Modi2018-06-28
* Avoid overflow in flops calculations in nn_ops.py by forcingGravatar A. Unique TensorFlower2018-06-28
* tf.keras sync 2.2.0Gravatar Anjali Sridhar2018-06-28
* Run setUp in the same mode each time.Gravatar Tom Hennigan2018-06-28
* Update LinearOperator tests to use array_ops.placeholder_with_default.Gravatar A. Unique TensorFlower2018-06-27
* collective_ops.py: Correct (0) to (0,) as subdiv_offsets default argument.Gravatar A. Unique TensorFlower2018-06-27
* Add baseline arg to EarlyStoppingGravatar Zhenyu Tan2018-06-27
* Internal change for visibility to ndarray_tensor_bridge build ruleGravatar A. Unique TensorFlower2018-06-27
* Remove unnecessary reparameterization_type specification for tf.distributions...Gravatar A. Unique TensorFlower2018-06-27
* When skipping tests in one of graph/eager still test in the other mode.Gravatar Tom Hennigan2018-06-27
* [tf.data] Fix deserialization of scalar sparse tensors.Gravatar Derek Murray2018-06-27
* Add an op that returns a proto containing debugging and modelGravatar A. Unique TensorFlower2018-06-27
* Setting alloc_attrs for sends and recvs correctly for remote function calls.Gravatar Rohan Jain2018-06-26
* Fix shape mismatch in `rnn()` of keras backendGravatar Zhenyu Tan2018-06-26
* Updated doc to reflect local mode changes.Gravatar Mustafa Ispir2018-06-26
* Fix early stop test.Gravatar Scott Zhu2018-06-26
* Shape inference for SymbolicGradient with variablesGravatar Alexandre Passos2018-06-26
* Add code path in estimator to use the new distributed strategy apiGravatar Sourabh Bajaj2018-06-26
* Do not run restore op in exporting TPU graph.Gravatar A. Unique TensorFlower2018-06-26
* Make the comparator call operator const.Gravatar Alexandre Passos2018-06-26
* Remove dead code from gradients_impl.py and gradients_test.py.Gravatar Skye Wanderman-Milne2018-06-26
* Supports callable optimizer in canned estimators.Gravatar A. Unique TensorFlower2018-06-26
* Automated g4 rollback of changelist 202000826Gravatar A. Unique TensorFlower2018-06-26