aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
...
* | | | Changed Adam algorithm variant formula from sqrt(max(v, epsilon**2)) to sqrt(...Gravatar A. Unique TensorFlower2018-10-08
* | | | Add timeout mechanism to Grappler meta optimizer. This is only a best-effort ...Gravatar A. Unique TensorFlower2018-10-08
* | | | Fix a couple of reference leaksGravatar A. Unique TensorFlower2018-10-08
* | | | Merge pull request #22303 from JuliaComputing:kf/broadcastshapevalGravatar TensorFlower Gardener2018-10-08
|\ \ \ \
* | | | | Remove the restrictions that constant resolution of reduce_sum operators must...Gravatar A. Unique TensorFlower2018-10-08
* | | | | Fix the steps_per_epoch when training on mnistGravatar Sourabh Bajaj2018-10-08
* | | | | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-10-08
* | | | | Update ops-related pbtxt files.Gravatar 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
* | | | | | Convert TensorFlow's nasm dependency to new third party import method.Gravatar A. Unique TensorFlower2018-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 compilation in unique_op when Eigen::Index != int64.Gravatar A. Unique TensorFlower2018-10-08
* | | | | | Fix typoGravatar Makoto Uchida2018-10-08
* | | | | | Benchmark for comparing original cond and cond_v2 performance.Gravatar Skye Wanderman-Milne2018-10-08
* | | | | | Enable PinToHostOptimizer.Gravatar A. Unique TensorFlower2018-10-08
* | | | | | Remove Raises documentation on imperative_grads for ValueErrror not raised.Gravatar A. Unique TensorFlower2018-10-08
* | | | | | Avoid adding spurious ops when colocating with resource variables.Gravatar Asim Shankar2018-10-08
* | | | | | Reduce tolerances for rmsprop_test float16, to fix OSS builds.Gravatar Todd Wang2018-10-08
* | | | | | Optimize PinToHostOptimizer by adding cache, also add PinToHostOptimizer to b...Gravatar A. Unique TensorFlower2018-10-08
* | | | | | Remove Dims from types.h, create build structure.Gravatar A. Unique TensorFlower2018-10-08
* | | | | | Improve const correctness of HloDomainMapGravatar A. Unique TensorFlower2018-10-08
* | | | | | Make ExecutorState preserve the thread context.Gravatar A. Unique TensorFlower2018-10-08
* | | | | | Merge pull request #19531 from smistad:cmake-windows-host-64Gravatar TensorFlower Gardener2018-10-08
|\ \ \ \ \ \
* | | | | | | compat: Update forward compatibility horizon to 2018-10-08Gravatar A. Unique TensorFlower2018-10-08
* | | | | | | compat: Update forward compatibility horizon to 2018-10-07Gravatar A. Unique TensorFlower2018-10-07
* | | | | | | Add SequenceLSTMOptions to schema to decouple the sequential Op from the LSTM.Gravatar A. Unique TensorFlower2018-10-06
* | | | | | | Mark tensorflow/contrib/tpu:datasets_test flakyGravatar Todd Wang2018-10-06
* | | | | | | Merge pull request #22691 from Bantena:vowel-checkGravatar TensorFlower Gardener2018-10-06
|\ \ \ \ \ \ \
* | | | | | | | [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* | | | | | | | Merge pull request #22559 from byronyi:masterGravatar TensorFlower Gardener2018-10-06
|\ \ \ \ \ \ \ \
* | | | | | | | | compat: Update forward compatibility horizon to 2018-10-06Gravatar A. Unique TensorFlower2018-10-06
* | | | | | | | | Merge pull request #22659 from gautam1858:patch-17Gravatar TensorFlower Gardener2018-10-05
|\ \ \ \ \ \ \ \ \
* | | | | | | | | | Add the plumbing for an autograph flag to defun. Disabled and experimental fo...Gravatar Dan Moldovan2018-10-05
* | | | | | | | | | Go: Update generated wrapper functions for TensorFlow ops.Gravatar A. Unique TensorFlower2018-10-05
* | | | | | | | | | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-10-05
* | | | | | | | | | Merge pull request #22386 from girving:statelessGravatar TensorFlower Gardener2018-10-05
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | Simply the logic for bubbling captured tensors when building cond_v2 grad.Gravatar Saurabh Saxena2018-10-05
* | | | | | | | | | | [XLA:GPU] Remove hidden flag for disabling heuristic layout assignment.Gravatar Justin Lebar2018-10-05
* | | | | | | | | | | [tf.data vectorization] Feed inputs to vectorizers with notion of stackednessGravatar Rachel Lim2018-10-05
* | | | | | | | | | | Automated rollback of commit d258207f1583df4faa452265b051879af6c15dacGravatar A. Unique TensorFlower2018-10-05
* | | | | | | | | | | [XLA:GPU] Use a struct for the return value of CudnnConvolutionAlgorithmPicke...Gravatar Justin Lebar2018-10-05
* | | | | | | | | | | Fix api_compatibility_test diff for large files. assertEqual might be appliedGravatar Anna R2018-10-05
* | | | | | | | | | | Orders non-resource-affecting stateful ops in defuns.Gravatar Alexandre Passos2018-10-05
* | | | | | | | | | | Merge pull request #21183 from AndreasMadsen:sparsemax-2Gravatar TensorFlower Gardener2018-10-05
|\ \ \ \ \ \ \ \ \ \ \