aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Bring back TFShouldUse without the memory leaks.Gravatar Eugene Brevdo2018-08-08
* Keras Lambda Layer - enable list of input tensors in eager modeGravatar A. Unique TensorFlower2018-08-08
* Introduce eager.function.FuncGraph class.Gravatar Skye Wanderman-Milne2018-08-08
* Refactor Sequential model to make it behave exactly like a subclassed network...Gravatar Francois Chollet2018-08-08
* Update Keras RNN to support high dimensional inputs and states.Gravatar Scott Zhu2018-08-08
* Allows differentiating tfe.defun functions with loops in eager mode.Gravatar Alexandre Passos2018-08-08
* Clarify that min <= max is actually a requirement.Gravatar A. Unique TensorFlower2018-08-08
* compat: Update forward compatibility horizon to 2018-08-08Gravatar A. Unique TensorFlower2018-08-08
* Avoid copying collections 4x when calling templates.Gravatar Tom Hennigan2018-08-08
* Support independet-worker mode in distribute coordinator.Gravatar Yuefeng Zhou2018-08-07
* update documentationGravatar Tiezhen WANG2018-08-07
* Output a helpful error message when defun-ing a Python function that returnsGravatar Akshay Agrawal2018-08-07
* Merge pull request #21387 from yongtang:21380-eager-Relu6GradGravatar TensorFlower Gardener2018-08-07
|\
* | Fix bug causing TFOptimizer iterations variable to increment twice when gradi...Gravatar Katherine Wu2018-08-07
* | Deprecate BasicLSTMCell and push user to use LSTMCell instead.Gravatar Scott Zhu2018-08-07
* | Improve doc string and error checking in Permute LayerGravatar Shanqing Cai2018-08-07
* | compat: Update forward compatibility horizon to 2018-08-07Gravatar A. Unique TensorFlower2018-08-07
* | Fixed typo in Estimator documentation.Gravatar A. Unique TensorFlower2018-08-07
* | Handle `self` argument in defun.Gravatar Akshay Agrawal2018-08-06
* | Automated rollback of commit 93cb777778d151df1ab12a1f65b8dada91a28583Gravatar Scott Zhu2018-08-06
* | Resolve distributed variables captured by defun at call timeGravatar Igor Ganichev2018-08-06
* | Raise an error when users use DistributionStrategy and native Keras optimizers.Gravatar Anjali Sridhar2018-08-06
* | Add a way to generate compat.v* modules in create_python_api.py. WeGravatar Anna R2018-08-06
* | Don't store NumPy arrays in the defun cache. Instead, treat them like Tensors.Gravatar Akshay Agrawal2018-08-06
* | Raise an error when using stateful metrics with DistributionStrategy.Gravatar Anjali Sridhar2018-08-06
* | Deprecate BasicLSTMCell and push user to use LSTMCell instead.Gravatar Scott Zhu2018-08-06
* | Internal cleanupGravatar Scott Zhu2018-08-06
* | Merge pull request #21360 from tensorflow:terrytangyuan-patch-1Gravatar TensorFlower Gardener2018-08-06
|\ \
* | | Add an optional input signature for functions generated with defun.Gravatar Akshay Agrawal2018-08-06
* | | [TF] Extend the Softmax kernels so they accept shapes with rank >= 1, rather ...Gravatar Peter Hawkins2018-08-06
* | | Merge pull request #19920 from samikama:TRTOpsForTensorBoardGravatar TensorFlower Gardener2018-08-06
|\ \ \
* | | | Add nullptr checks so that Write() and Flush() fail instead of segfaultGravatar A. Unique TensorFlower2018-08-06
* | | | Merge pull request #21256 from CyanoKobalamyne:patch-1Gravatar TensorFlower Gardener2018-08-06
|\ \ \ \
* \ \ \ \ Merge pull request #21386 from ageron:fix_unread_var_nameGravatar TensorFlower Gardener2018-08-06
|\ \ \ \ \
* | | | | | This removes the output & mask caching done by graph networks in graph mode.Gravatar Francois Chollet2018-08-06
* | | | | | Merge pull request #20056 from msamogh:masterGravatar TensorFlower Gardener2018-08-06
|\ \ \ \ \ \
* | | | | | | More getargspec cleanups.Gravatar Alexandre Passos2018-08-06
* | | | | | | compat: Update forward compatibility horizon to 2018-08-06Gravatar A. Unique TensorFlower2018-08-06
* | | | | | | [tf.data] Add support for copying `Optional` variants to/from GPU.Gravatar Derek Murray2018-08-05
* | | | | | | compat: Update forward compatibility horizon to 2018-08-05Gravatar A. Unique TensorFlower2018-08-05
| | | | | | * Fix issue with tf.nn.relu6 grad in eagerGravatar Yong Tang2018-08-04
| |_|_|_|_|/ |/| | | | |
| | * | | | Fix the name property for the _UnreadVariable class in eager mode (fixes #21384)Gravatar Aurelien Geron2018-08-04
| |/ / / / |/| | | |
* | | | | compat: Update forward compatibility horizon to 2018-08-04Gravatar A. Unique TensorFlower2018-08-04
* | | | | clarify __iter__ error message.Gravatar Mark Daoust2018-08-03
* | | | | Add a test for using GradientTape in tfe.defunGravatar Igor Ganichev2018-08-03
* | | | | Change PyRecordWriter destructor order so that file_ is still available for w...Gravatar A. Unique TensorFlower2018-08-03
* | | | | [tf.data] Raise an InvalidArgumentError if the argument to Dataset.list_files...Gravatar Derek Murray2018-08-03
* | | | | Mark `models_test` as medium-sized.Gravatar Akshay Agrawal2018-08-03
| | | * | Fix windows build.Gravatar gracehoney2018-08-03
| | | * | Add missing dependency to the build rule.Gravatar gracehoney2018-08-03