aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python
Commit message (Expand)AuthorAge
* cond_v2: raise an error if pred is a Python bool.Gravatar Skye Wanderman-Milne2018-10-10
* Use lambdas when converting ifexps, since they are now supported.Gravatar Dan Moldovan2018-10-10
* [tf.data] `Dataset.make_one_shot_iterator()` inherits the random seed from th...Gravatar Derek Murray2018-10-10
* Use overloaded operators for the assert statement. This should remove the rel...Gravatar Dan Moldovan2018-10-10
* Automated rollback of commit 950cf87104bfee28e2165fe368f66337b8a1336dGravatar A. Unique TensorFlower2018-10-10
* compat: Update forward compatibility horizon to 2018-10-10Gravatar A. Unique TensorFlower2018-10-10
* Delete dead code in batch_scatter_ops_test.Gravatar A. Unique TensorFlower2018-10-10
* Run while loop test that was not being run before.Gravatar A. Unique TensorFlower2018-10-10
* Enable support for lambda functions in static analyses.Gravatar Dan Moldovan2018-10-09
* Remove the deprecated created and IS_LOCAL abstractions from activity analysis.Gravatar Dan Moldovan2018-10-09
* Part 2/3 of the update of tf.keras to the Keras 2.2.4 API.Gravatar Francois Chollet2018-10-09
* Raises an appropriate error if `add_weight` is called on a Keras network.Gravatar A. Unique TensorFlower2018-10-09
* Make defun work under distributed strategies.Gravatar Igor Ganichev2018-10-09
* [tf.data vectorization] Add vectorizer for `Add` opGravatar Rachel Lim2018-10-09
* [tf.data] Lift parameterized test parameters into lambdas if they create TF ops.Gravatar Derek Murray2018-10-09
* Improve the control flow conversion for loops by using dataflow analysis to c...Gravatar Dan Moldovan2018-10-09
* Small cleanup in function_test.Gravatar Gunhan Gulsoy2018-10-09
* Silence tf.distributions deprecation messages caused by internal global funct...Gravatar Pavel Sountsov2018-10-09
* [tf.data] NUMA-aware MapAndBatch dataset.Gravatar Brennan Saeta2018-10-09
* Improves tf.function prototype.Gravatar Alexandre Passos2018-10-09
* Removing the _SHOULD_RECORD_SUMMARIES_NAME andGravatar Rohan Jain2018-10-09
* [tf.data vectorization] Handle captured inputs in MapVectorization optimizationGravatar Rachel Lim2018-10-09
* Include live-in symbols in liveness analysis. These are required for control ...Gravatar Dan Moldovan2018-10-09
* Improve docstring for tf.data.Dataset.shuffle()Gravatar A. Unique TensorFlower2018-10-09
* Create SDCAOptimizerV2 op to fix the "adaptative" typo.Gravatar Yuefeng Zhou2018-10-09
* Throw error when evaluating have variable target in GradientTape.Gravatar Tamara Norman2018-10-09
* Avoid extra calls to set_random_seed, as it is already called inGravatar Gunhan Gulsoy2018-10-09
* Allowing for mixture of V1 and V2 feature columns usage in canned estimators....Gravatar Rohan Jain2018-10-09
* compat: Update forward compatibility horizon to 2018-10-09Gravatar A. Unique TensorFlower2018-10-09
* Fix the seeding for `Dataset.shuffle(..., reshuffle_each_iteration=False)`.Gravatar Derek Murray2018-10-08
* Consolidate device parameter arguments into a shared DeviceInfo structGravatar A. Unique TensorFlower2018-10-08
* Avoid calling get_default_graph() during tf.enable_eager_execution()Gravatar Gunhan Gulsoy2018-10-08
* Internal Change.Gravatar Michael Case2018-10-08
* Simple comment fix in CheckpointInputPipelineHook.Gravatar Ruoxin Sang2018-10-08
* Automated rollback of commit 09b0fc199129e0f487a39741bdf674cf09035cbcGravatar Derek Murray2018-10-08
* Ignore args and kwargs for defun's get_concrete_fn if `PolymorphicFunction` w...Gravatar Shivani Agrawal2018-10-08
* [tf.data] Choose non-deterministic seed once per Python-level `Dataset` object.Gravatar Derek Murray2018-10-08
* Partial support tfe.defun in tf.gradients.Gravatar Alexandre Passos2018-10-08
* Allow using more than one converter in the testing harness.Gravatar Dan Moldovan2018-10-08
* Add tf.BenchmarkConfig that returns a session config appropriate for benchmar...Gravatar A. Unique TensorFlower2018-10-08
* Fix a couple of reference leaksGravatar A. Unique TensorFlower2018-10-08
* Merge pull request #21658 from lowintelligence:masterGravatar TensorFlower Gardener2018-10-08
|\
* | Fix support for a single tensor to be passed to target_tensorsGravatar Sourabh Bajaj2018-10-08
* | Add a utility that allows finding a name for an entity, relative to an existi...Gravatar Dan Moldovan2018-10-08
* | Part 1/3 of the feature sync to the Keras 2.2.4 API.Gravatar Francois Chollet2018-10-08
* | Add support for SequenceExamples to sequence_feature_columnsGravatar Karmel Allison2018-10-08
* | Wait for shared resources to initialize before initializing local resources.Gravatar A. Unique TensorFlower2018-10-08
* | Allow TensorSpec objects as arguments to defun's get_concrete_functionGravatar Allen Lavoie2018-10-08
* | [tf.data] Adding specialization for `MapDataset`, `ParallelMapDataset`, and `...Gravatar Jiri Simsa2018-10-08
* | Fix typoGravatar Makoto Uchida2018-10-08