aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Sourabh Bajaj2018-01-17
* * Adds rank-3 ReduceWindow computation to the reference util test suite.Gravatar Tayo Oguntebi2018-01-17
* Make int64 inputs workable, and testable in generate_examples_test.Gravatar Yu-Cheng Ling2018-01-17
* [XLA:GPU] Fix a problem in calculating the address of the memory used toGravatar A. Unique TensorFlower2018-01-17
* Make `replicate_model_fn` friendlier to distributed training.Gravatar Igor Saprykin2018-01-17
* Add tf.contrib.image.connected_components.Gravatar Dan Ringwalt2018-01-17
* Allow specifying the device in CreateParameterAndTransferLiteral.Gravatar Yuanzhong Xu2018-01-17
* Internal change.Gravatar A. Unique TensorFlower2018-01-17
* Make logging more accurateGravatar A. Unique TensorFlower2018-01-17
* Adds regularization_losses in canned heads.Gravatar A. Unique TensorFlower2018-01-17
* Add instruction count method to HloModule.Gravatar Mark Heffernan2018-01-17
* Create support for div and sub in tensorflow lite.Gravatar Andrew Selle2018-01-17
* export_strategy: Add strip_default_attrs to ExportStrategy and it's export_fn...Gravatar A. Unique TensorFlower2018-01-17
* Rename the newly introduced TF_SetAttrFunc function to make it clear that it isGravatar A. Unique TensorFlower2018-01-17
* K-FAC: Expose protected functions from fisher_blocks and fisher_factors and c...Gravatar A. Unique TensorFlower2018-01-17
* [XLA] Make the hlo_evaluator handle reduce window in the same ways as the cpu...Gravatar A. Unique TensorFlower2018-01-16
* Bump the size of keras:core_test as it is flakily timing out.Gravatar Gunhan Gulsoy2018-01-16
* Automated g4 rollback of changelist 182127737Gravatar A. Unique TensorFlower2018-01-16
* [TF:XLA] Remove workaround for b/37575001.Gravatar A. Unique TensorFlower2018-01-16
* Introduce a new C API entrypoint to set a 'func' attribute on an opGravatar A. Unique TensorFlower2018-01-16
* Add decay/epsilon/updates_collections parameters to Inception v3 arg_scopeGravatar A. Unique TensorFlower2018-01-16
* Remove a duplicate bfloat16 registration.Gravatar A. Unique TensorFlower2018-01-16
* K-FAC: Example using tf.estimator and K-FAC.Gravatar A. Unique TensorFlower2018-01-16
* Allow ReorderAxes to work on QUINT8 arrays. This will be necessary in order t...Gravatar A. Unique TensorFlower2018-01-16
* Fix flakiness of dataset_constructor_op_test and flat_map_dataset_op_test due toGravatar Saurabh Saxena2018-01-16
* [TF] Fix XLA Control Flow gradient stacks max_size creation.Gravatar Eugene Brevdo2018-01-16
* Internal Change.Gravatar Michael Case2018-01-16
* Introducing RF computation considering models with specific input resolution....Gravatar A. Unique TensorFlower2018-01-16
* 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