aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Enable bfloat16 for CPU kernelsGravatar A. Unique TensorFlower2018-01-16
* Switch default `replicate_model_fn.loss_reduction` to SUM_BY_NONZERO_WEIGHTS.Gravatar Igor Saprykin2018-01-16
* Don't assign Tensor._shape in control_flow_ops.pyGravatar Skye Wanderman-Milne2018-01-16
* Log all valid visible cuda gpu id in one line.Gravatar Guangda Lai2018-01-16
* Exit previously entered sub-context-managers whenever any __enter__() callGravatar A. Unique TensorFlower2018-01-16
* Adjust setup to fix Tensorboard entrypoint (run_main -> main).Gravatar Russell Power2018-01-16
* Check for existence of attrs when making a `TFDecorator`.Gravatar Akshay Agrawal2018-01-16
* Enable saving/restoring state of ParallelMapDataset.Gravatar Saurabh Saxena2018-01-16
* Internal ChangeGravatar A. Unique TensorFlower2018-01-16
* Expose _log_and_record method to allow easier subclassing of StepCounterGravatar Russell Power2018-01-16
* Make toco_convert work with int8 output.Gravatar A. Unique TensorFlower2018-01-16
* Add experimental `FunctionLibraryRuntime::InstantiateOptions::state_handle`.Gravatar Derek Murray2018-01-16
* DNN and Tree estimator doesn't work on GPUs. Tag the test for it to avoid run...Gravatar A. Unique TensorFlower2018-01-16
* Fully qualify string methods to avoid future conflicts with Abseil.Gravatar A. Unique TensorFlower2018-01-16
* Improves the eager compatibility with tf.contrib.lookup.Gravatar Alexandre Passos2018-01-16
* Make generated_examples_zip_test runnable on AndroidGravatar Austin Anderson2018-01-16
* Automated g4 rollback of changelist 181553949Gravatar A. Unique TensorFlower2018-01-16
* [XLA] add ReduceWindow and SelectAndScatter to the local Python XLA client.Gravatar A. Unique TensorFlower2018-01-16
* Enable the removal of redundant reshapes on fed models. Previously this was o...Gravatar Benoit Steiner2018-01-16
* Remove private Operation._input_dtypes alias.Gravatar Skye Wanderman-Milne2018-01-16
* Have _check_bazel_version_at_least compare versions as ints, not strings.Gravatar Sanjoy Das2018-01-16
* Use multiple passes to improve memory since a single pass is often not enough.Gravatar Benoit Steiner2018-01-16
* Internal API to optionally compile a template's function into a graph function.Gravatar Akshay Agrawal2018-01-16
* Make TFLite iOS build scripts executable from anywhere.Gravatar Yu-Cheng Ling2018-01-16
* Restrict the type info analysis to avoid inference on objects created inside ...Gravatar A. Unique TensorFlower2018-01-16
* Switch testing/... to use new test specification formatGravatar A. Unique TensorFlower2018-01-16
* Add one single target to bundle jar & so for TensorFlow LiteGravatar A. Unique TensorFlower2018-01-16
* Removing unused ops before applying other transformations to prevent cross in...Gravatar A. Unique TensorFlower2018-01-16
* Batchnorm returns a tuple, but when batchnorm partitioning was implemented tu...Gravatar A. Unique TensorFlower2018-01-16
* Fixes nccl_ops_test error introduced in CL 181736230.Gravatar A. Unique TensorFlower2018-01-16
* Delete InputTypesTest in framework/ops_test.pyGravatar Skye Wanderman-Milne2018-01-15
* Raise error when unable to parse VariantTensorDataProto in BundleReader.Gravatar Saurabh Saxena2018-01-15
* [XLA] Remove RngBernoulli from the local Python XLA client.Gravatar Roy Frostig2018-01-15
* Avoid unloading kernels that haven't been loaded and fix replay_computation toGravatar A. Unique TensorFlower2018-01-15
* Migrate `tf.contrib.data` users to the stable `tf.data` API.Gravatar Derek Murray2018-01-15
* FIxes non-gpu build of gpu target.Gravatar Alexandre Passos2018-01-15
* Fix potential use-after-free bugs in the worker with DeleteWorkerSession.Gravatar Derek Murray2018-01-15
* Remove lenient naming in tf.Saver.Gravatar A. Unique TensorFlower2018-01-15
* Support ref types as arguments to all instances of tf.contrib.lookup.LookupIn...Gravatar RJ Ryan2018-01-14
* FreezeSavedModel function: Get a frozen GraphDef, inputs, and outputs from a ...Gravatar Suharsh Sivakumar2018-01-14
* Add checkpoint conversion for very old models that use the attention mechanis...Gravatar Alexander Gorban2018-01-13
* Clean up the allocation logic in the interpreter.Gravatar A. Unique TensorFlower2018-01-13
* Rename RELU1 to RELU_N1_TO_1 to indicate that the image of the Op is in betwe...Gravatar A. Unique TensorFlower2018-01-13
* Cosmetic BFCAllocator improvements.Gravatar Justin Lebar2018-01-13
* Add support for continue / break statements. Slightly change the static analy...Gravatar A. Unique TensorFlower2018-01-13
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2018-01-13
* [Java]: Publish 1.5.0-rc1Gravatar Asim Shankar2018-01-13
* [TF] Additional CriticalSection python wrappers.Gravatar Eugene Brevdo2018-01-12
* [XLA] Add some scalar tests.Gravatar A. Unique TensorFlower2018-01-12
* Fix dropout description of CudnnLSTM.Gravatar Katherine Wu2018-01-12