aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* Make function_utils.get_func_code more tolerant of strange objects like funct...Gravatar A. Unique TensorFlower2018-07-26
* Automated rollback of commit b8a9d163d9cbb4b581c044d9c4b1b256c801a9c4Gravatar Russell Power2018-07-26
* remove as much as possible from the try-blocks of contextlib context managers.Gravatar A. Unique TensorFlower2018-07-26
* Convert device function stack into TraceableStack for use in error message in...Gravatar A. Unique TensorFlower2018-07-26
* Merge pull request #19533 from yongtang:19180-bfloat16Gravatar TensorFlower Gardener2018-07-25
|\
* \ Merge pull request #21087 from taehoonlee:fix_nwhcGravatar TensorFlower Gardener2018-07-25
|\ \
* | | Add estimator in contrib that loads its model function from a SavedModel.Gravatar Katherine Wu2018-07-25
* | | The SavedModel legacy_init_op and main_op are functionally equivalent. Here, ...Gravatar Karmel Allison2018-07-25
* | | Implement __index__ in EagerTensor.Gravatar Asim Shankar2018-07-25
* | | Fix importing a while loop into a cond.Gravatar Skye Wanderman-Milne2018-07-25
* | | Fix dependency overwriting in _add_variable_with_custom_getterGravatar Allen Lavoie2018-07-25
* | | This change started with an intention of adding an attribute to cast ops to d...Gravatar A. Unique TensorFlower2018-07-25
* | | Warn if creating a MultiRNNCell with multiple identical cell objects.Gravatar James Keeling2018-07-25
* | | Internal change.Gravatar A. Unique TensorFlower2018-07-24
* | | Added support for build on subclass modelsGravatar Raymond Yuan2018-07-24
* | | Keras ReLU ConsolidationGravatar A. Unique TensorFlower2018-07-24
* | | use parameterized test in rmspropGravatar Zhenyu Tan2018-07-24
* | | Correct natural exp decay documentation.Gravatar Zhenyu Tan2018-07-24
* | | Merge pull request #20985 from jackonan:masterGravatar TensorFlower Gardener2018-07-24
|\ \ \
* | | | Fix //tensorflow/python/eager:memory_test in python 3Gravatar Allen Lavoie2018-07-24
* | | | Dictionary tracking for tf.keras.Model attribute assignmentGravatar Allen Lavoie2018-07-24
* | | | eager: Add a benchmark to contrast subclassed and functional keras models.Gravatar Asim Shankar2018-07-24
* | | | Push tensors from client to workers.Gravatar Akshay Modi2018-07-24
* | | | Don't cache zero tensors in graph at allGravatar Akshay Modi2018-07-24
* | | | Merge pull request #20159 from luk-ai:cast-quantizedGravatar TensorFlower Gardener2018-07-24
|\ \ \ \
* | | | | Automated rollback of commit 568727eed199dba04e37f500265b50f96fed455eGravatar Nick Felt2018-07-24
* | | | | Add binary accuracy metric class.Gravatar Pavithra Vijay2018-07-24
* | | | | Uses separate forward and backward graphs for tfe.defun backprop.Gravatar Alexandre Passos2018-07-24
* | | | | warm start estimator from keras model duringGravatar Zhenyu Tan2018-07-24
* | | | | Add support for custom mapping types to util.nestGravatar Allen Lavoie2018-07-24
* | | | | Add v2 summary support to Estimator.train() and MonitoredSession hooksGravatar Nick Felt2018-07-24
* | | | | Improvement resource variable documentation.Gravatar Alexandre Passos2018-07-24
| | | * | Replace `NWHC` with `NHWC`Gravatar Taehoon Lee2018-07-24
| |_|/ / |/| | |
* | | | Add Python API functions to query kernelsGravatar James Keeling2018-07-24
* | | | Add LinearOperatorZeros.Gravatar A. Unique TensorFlower2018-07-23
* | | | Fix error when symbolic tensors are passed as input to Sequential model (when...Gravatar Pavithra Vijay2018-07-23
* | | | Add larger inputs to conv2d benchmark for better coverageGravatar Smit Hinsu2018-07-23
* | | | Allow ResourceVariable to be written to TensorArray.Gravatar Akshay Modi2018-07-23
* | | | Automated rollback of commit cf94a46c34f8568608d78b77e9a1c4369ebcafa2Gravatar Karmel Allison2018-07-23
* | | | Allow differentiating tfe.defun functions which contain conds.Gravatar Alexandre Passos2018-07-23
* | | | The SavedModel legacy_init_op and main_op are functionally equivalent. Here, ...Gravatar Karmel Allison2018-07-23
* | | | Merge pull request #20736 from dimaxano:masterGravatar TensorFlower Gardener2018-07-23
|\ \ \ \
* | | | | Automated rollback of commit 8048b3a53d5a919fef74874fcffbec9039e6acd1Gravatar Russell Power2018-07-23
* | | | | Use a error rendezvous wrapper to capture infeed/outfeed/training session err...Gravatar Russell Power2018-07-23
* | | | | Destroy tf.Session when the session is closed.Gravatar Russell Power2018-07-23
* | | | | Default .inputs .outputs of Network should be [] otherwise uses_learning_phas...Gravatar Sergio Guadarrama2018-07-23
* | | | | Add support for `is_tensor_like` property to DistributedValues and add suppor...Gravatar Anjali Sridhar2018-07-22
* | | | | Avoid argmax/argmin divide by 0 when the output tensor is an empty tensor.Gravatar A. Unique TensorFlower2018-07-20
* | | | | Merge pull request #20939 from girving:nd-errorsGravatar TensorFlower Gardener2018-07-20
|\ \ \ \ \
* \ \ \ \ \ Merge pull request #20923 from kekeblom:masterGravatar TensorFlower Gardener2018-07-20
|\ \ \ \ \ \