aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools
Commit message (Expand)AuthorAge
* Fix zipfile path for MacOS builds.Gravatar Michael Case2018-03-21
* Export tf.GradientTapeGravatar Asim Shankar2018-03-19
* Adding non-linear image warping ops to tf.contrib.imageGravatar A. Unique TensorFlower2018-03-19
* Add user_ops.my_fact to the new TensorFlow API.Gravatar Anna R2018-03-16
* Fix sed invocation in copy_binary.py script for Mac.Gravatar Michael Case2018-03-16
* Automated g4 rollback of changelist 189231636Gravatar A. Unique TensorFlower2018-03-15
* Merge changes from github.Gravatar Jacques Pienaar2018-03-15
* Enable async eager mode in python. Add some benchmarks.Gravatar A. Unique TensorFlower2018-03-14
* Remove nsync header files from tensorflow/core/platform/default/mutex.hGravatar A. Unique TensorFlower2018-03-14
* Small portability fixes to build scripts.Gravatar A. Unique TensorFlower2018-03-14
* Add ops to API that have tf_export decorators but haven't been added to API.Gravatar Anna R2018-03-13
* Change the way we get argument list for get_local_variable. Current documenta...Gravatar Anna R2018-03-13
* Add test for API generated with tf_export calls to api_compatibility_test.py.Gravatar Anna R2018-03-13
* Add TFLite Interpreter bindings.Gravatar A. Unique TensorFlower2018-03-13
* Merge changes from github.Gravatar Shanqing Cai2018-03-12
* Remove integration_tests directory and associated files.Gravatar A. Unique TensorFlower2018-03-12
* Fix windows GPU build scripts.Gravatar Gunhan Gulsoy2018-03-10
* Internal Change.Gravatar Michael Case2018-03-09
* Move warm_starting_util from third_party/tensorflow/python/estimator to third...Gravatar A. Unique TensorFlower2018-03-09
* Add SSIM and PSNR functions to tf.image.Gravatar A. Unique TensorFlower2018-03-08
* Make adaptive SDCA the default.Gravatar A. Unique TensorFlower2018-03-08
* Fix a typo in gcs_smoke_test test script.Gravatar A. Unique TensorFlower2018-03-08
* Add init op and target node support to benchmarkGravatar A. Unique TensorFlower2018-03-08
* update docker containers used for remote CPU/GPU builds and the corresponding...Gravatar A. Unique TensorFlower2018-03-08
* Remove unneeded rewrite, now that contrib.quantize is ready and better.Gravatar Suharsh Sivakumar2018-03-07
* eager: Export tf.enable_eager_execution() and tf.executing_eagerly()Gravatar Asim Shankar2018-03-07
* gradients: Export tf.custom_gradientsGravatar Asim Shankar2018-03-05
* Disable both "no_mac" and "nomac" tags when building on osx.Gravatar Gunhan Gulsoy2018-03-05
* Internal Change.Gravatar Michael Case2018-03-04
* Exit with failure if a free gpu is not found by parallel_gpu_execute.Gravatar Michael Case2018-03-02
* Updating toolchain configs for GPU buildsGravatar A. Unique TensorFlower2018-03-02
* Adds a TensorServingInputReceiver that allows export_savedmodel to pass rawGravatar Karmel Allison2018-03-01
* Add RegexReplace Op that internally calls RE2::Replace.Gravatar A. Unique TensorFlower2018-03-01
* [tf.data] Add optional `shuffle` argument to `Dataset.list_files()`.Gravatar Derek Murray2018-02-28
* Add all_files target to gcs_smoke_test BUILD file.Gravatar Michael Case2018-02-28
* [tf.data] Add `num_parallel_reads` argument to `tf.data.TFRecordDataset`.Gravatar Derek Murray2018-02-28
* Checkpointable: Handle Optimizer non-slot variablesGravatar Allen Lavoie2018-02-28
* Make Layers CheckpointableGravatar Allen Lavoie2018-02-27
* Internal change.Gravatar Anna R2018-02-26
* Deleting references to outdated `translate/seq2seq` tutorial.Gravatar Mark Daoust2018-02-26
* Refactor Keras engine by splitting it into short, specialized files.Gravatar Francois Chollet2018-02-23
* Add integration tests for remote build execution.Gravatar A. Unique TensorFlower2018-02-22
* Merge changes from github.Gravatar Yifei Feng2018-02-22
* Add the ability to specify an explicit `training` argument when calling a Mod...Gravatar Francois Chollet2018-02-21
* Merge tf.layers.GraphNetwork into tf.keras.Network and remove it.Gravatar Francois Chollet2018-02-21
* Add Timestamp Op which returns the current timestamp during graph executionGravatar Chris Ying2018-02-20
* Add API to switch certain parts of Graph state to be thread-local.Gravatar Igor Saprykin2018-02-20
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* Remove the __setattr__ override for VariablesGravatar Allen Lavoie2018-02-16
* Add stateful metrics support in tf.keras.Gravatar Francois Chollet2018-02-15