aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Add its dependencies to another genruleGravatar Allen Lavoie2017-09-25
* Add latest_checkpoint to the estimator. Users of estimators do not need to kn...Gravatar Mustafa Ispir2017-09-25
* Made sequence_mask work for N-dimensional tensors.Gravatar A. Unique TensorFlower2017-09-25
* Fix continuous_train_and_eval docstring formattingGravatar A. Unique TensorFlower2017-09-25
* Move logit_fn from tf.contrib.learn to tf.contrib.estimator. Also, logit_fn'...Gravatar A. Unique TensorFlower2017-09-25
* Fix type error for TFRecordDataset when input is an empty list.Gravatar Mingxing Tan2017-09-25
* Make set_from_map in HParams public.Gravatar A. Unique TensorFlower2017-09-25
* Allow the freeze_graph tool to select which variables to freeze based on a wh...Gravatar A. Unique TensorFlower2017-09-25
* [XLA] Add ShapeIndexView for easy popping from front of ShapeIndexes.Gravatar Chris Leary2017-09-25
* Propagates the keep_checkpoint_every_n_hours field to the Saver.Gravatar A. Unique TensorFlower2017-09-25
* [Grappler] Optimize transposes.Gravatar Jingyue Wu2017-09-25
* Automated g4 rollback of changelist 169897567Gravatar Gunhan Gulsoy2017-09-25
* [XLA] Add support for QuantizeAndDequantizeV2.Gravatar Chris Leary2017-09-25
* Adds resnet-50 numbers and small changes to inception results.Gravatar Toby Boyd2017-09-25
* Update XLA LLVM to r314096.Gravatar Benjamin Kramer2017-09-25
* Change the tf_library build rule to accept a parameter which suppresses theGravatar A. Unique TensorFlower2017-09-25
* Fix build errors for iOS.Gravatar A. Unique TensorFlower2017-09-25
* Move 'make_export_strategy' utility function from .contrib to .core.Gravatar Igor Saprykin2017-09-25
* Adds a TODO for export strategy in run_locally.Gravatar Jianwei Xie2017-09-25
* Fix comment.Gravatar A. Unique TensorFlower2017-09-25
* block tf.contrib.keras from the docsGravatar Mark Daoust2017-09-25
* add some more conversion methods to string_ops.mdGravatar Mark Daoust2017-09-25
* Update XLA for tool_output_file->ToolOutputFile (LLVM r314050).Gravatar Benjamin Kramer2017-09-25
* Minimal support for running OpsTest on GPU, using CUDA unified memory.Gravatar A. Unique TensorFlower2017-09-25
* Replace C-style casts by C++ casts and make casting away of constness explicitGravatar A. Unique TensorFlower2017-09-25
* Remove unused BUILD dependenciesGravatar A. Unique TensorFlower2017-09-24
* [XLA:CPU] Allow fusing into dynamic-update-slice.Gravatar Justin Lebar2017-09-24
* [XLA] Adds an API to attach a device assignment to HLO operators.Gravatar Peter Hawkins2017-09-24
* PiperOrigin-RevId: 169817878Gravatar A. Unique TensorFlower2017-09-23
* N/AGravatar A. Unique TensorFlower2017-09-23
* Make Service::TransferToClient not attempt to manipulate the literal when the...Gravatar Bjarke Hammersholt Roune2017-09-22
* Remove a redundant setName.Gravatar Sanjoy Das2017-09-22
* Fix broken GitHub links in tensorflow and tensorflow_models resulting from Th...Gravatar Neal Wu2017-09-22
* Fix TensorBoard python -m invoke in docsGravatar Justine Tunney2017-09-22
* Local run option of estimator training.Gravatar Mustafa Ispir2017-09-22
* Automated g4 rollback of changelist 166264198Gravatar Gunhan Gulsoy2017-09-22
* Automatically infer Layer.dtype from the first input if it is not set.Gravatar A. Unique TensorFlower2017-09-22
* Align the cached value in FlatMap's iterator.Gravatar A. Unique TensorFlower2017-09-22
* Move of Dataset API to tf.data.Gravatar A. Unique TensorFlower2017-09-22
* Change kernel ops to depend on core:core_cpu rather than :core to avoidGravatar A. Unique TensorFlower2017-09-22
* Create XLA computations inside hostname-specific directory.Gravatar Vijay Vasudevan2017-09-22
* Remove an unnecessary dependency from core/util/ctc:ctc_beam_search_lib toGravatar A. Unique TensorFlower2017-09-22
* Move GPU-specific dependencies of core/grappler:devices intoGravatar A. Unique TensorFlower2017-09-22
* Fix flakiness issues in c++ nn gradient tests.Gravatar Suharsh Sivakumar2017-09-22
* Revamp handling of subcomputations in HLO graph dumper.Gravatar Justin Lebar2017-09-22
* Rename xla_local_launch to xla_launch.Gravatar A. Unique TensorFlower2017-09-22
* Handling empty path names by fixing how TranslateName() works. Currently that...Gravatar Rohan Jain2017-09-22
* Add keras.estimator.model_to_estimator() that creates an estimator from an ex...Gravatar Yifei Feng2017-09-22
* Bugfix: don't force dummy global step to be int64.Gravatar A. Unique TensorFlower2017-09-22