aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Implementing InputLayer using the new feature columns.Gravatar Rohan Jain2018-08-23
* Don't auto-cluster must-be-constant ops with side effects.Gravatar Sanjoy Das2018-08-23
* [TF:XLA] Use newly-added pooling library AvgPoolGrad in tf2xlaGravatar A. Unique TensorFlower2018-08-23
* Remove 18-input/3-output LSTM in favor of 20-input/1-output LSTM that supportsGravatar Alan Chiao2018-08-23
* Allow Autograph tuple unpacking in for loops.Gravatar A. Unique TensorFlower2018-08-23
* [TF:XLA] Implement BroadcastTo.Gravatar Peter Hawkins2018-08-23
* Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-23
* Adds a sparse.expand_dims operation to TensorFlow.Gravatar A. Unique TensorFlower2018-08-23
* This change makes casts to bfloat16 use rounding instead of truncation by def...Gravatar A. Unique TensorFlower2018-08-23
* - Remove now unnecessary _use_c_api_hack()Gravatar Asim Shankar2018-08-23
* Remove headersGravatar Mark Daoust2018-08-23
* Fix checkpointable/util_test and training/saver_test.Gravatar A. Unique TensorFlower2018-08-23
* Currently, recall_at_precision returns the threshold where the precision isGravatar A. Unique TensorFlower2018-08-23
* Fixing thread-unsafe access to a class member.Gravatar A. Unique TensorFlower2018-08-23
* Fix num_towers to be num_cores rather than cores_per_hostGravatar Sourabh Bajaj2018-08-23
* Make function_def_to_graph{_def} work with control dependencies.Gravatar Skye Wanderman-Milne2018-08-23
* [XLA] Tighten up shape inference rulesGravatar David Majnemer2018-08-23
* Add experimental_distribute arguments to estimator.RunConfig.Gravatar Yuefeng Zhou2018-08-23
* Internal Change.Gravatar Michael Case2018-08-23
* Merge pull request #21764 from satsumas:masterGravatar TensorFlower Gardener2018-08-23
|\
* | [TF2XLA] Fix comments in BilinearResize regarding lhs dilation parameter and ...Gravatar Kay Zhu2018-08-23
* | TFLite quantize_weights tool.Gravatar Suharsh Sivakumar2018-08-23
* | Merge pull request #21753 from ageron:add_average_loss_and_loss_docGravatar TensorFlower Gardener2018-08-23
|\ \
* | | Enable two grpc-related tests on MacGravatar Shanqing Cai2018-08-23
* | | Internal change.Gravatar Derek Murray2018-08-23
* | | Add optional num_cores parameter to TPU Distribution StrategyGravatar Frank Chen2018-08-23
* | | contrib/distributions: Test cleanup.Gravatar Asim Shankar2018-08-23
* | | Automated rollback of commit 1eb7db417a39b846d7679346e6a5b219224156adGravatar Peter Hawkins2018-08-23
* | | [TF:XLA] Make the two functions for computing HLO buffer interference consist...Gravatar A. Unique TensorFlower2018-08-23
* | | [tf.data] Include indexed dataset in contrib:contrib_ops_op_libGravatar Brennan Saeta2018-08-23
* | | Add clone_model to the public API.Gravatar Francois Chollet2018-08-23
* | | BugFix: Assign layer_configs = config to avoid uninitialized layer_configs va...Gravatar A. Unique TensorFlower2018-08-23
* | | Fix lint error due to unused importGravatar Sourabh Bajaj2018-08-23
* | | [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* | | Also set FTZ/rounding modes in ConstantFold()Gravatar Benjamin Kramer2018-08-23
* | | Make the explanation of tf.cond() semantics more prominent.Gravatar A. Unique TensorFlower2018-08-23
* | | Allows tf.train.ExponentialMovingAverage to work with eager execution.Gravatar Alexandre Passos2018-08-23
* | | Reduce the memory usage of sharding domainsGravatar A. Unique TensorFlower2018-08-23
* | | compat: Update forward compatibility horizon to 2018-08-23Gravatar A. Unique TensorFlower2018-08-23
* | | Remove memset() for SummaryEntry in weighted quantiles. This is a bug wheneve...Gravatar A. Unique TensorFlower2018-08-23
* | | Add an example to demonstrate how to use Keras native APIs withGravatar Anjali Sridhar2018-08-23
* | | Add reduce_any to schema.Gravatar A. Unique TensorFlower2018-08-22
* | | Support non-PerDevice value to be reduced in cross_tower_ops.Gravatar Yuefeng Zhou2018-08-22
* | | Implemented the configure method and properties needed by distribute coordina...Gravatar Yuefeng Zhou2018-08-22
* | | Add floor_div to schema.Gravatar A. Unique TensorFlower2018-08-22
* | | Pass max_input_length to Recurrent() to avoid iterating on padded data.Gravatar A. Unique TensorFlower2018-08-22
* | | Add an accuracy tool that can be used to evaluate model accuracy on device.Gravatar Shashi Shekhar2018-08-22
* | | [XLA] Extract HloCollectiveInstruction as superclass of all collective instru...Gravatar A. Unique TensorFlower2018-08-22
* | | Convert more kernel signatures to use runtime shapes.Gravatar A. Unique TensorFlower2018-08-22
* | | [tf.data] Add highly experimental IndexedDatasets.Gravatar Brennan Saeta2018-08-22