aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Merge changes from github.Gravatar Yifei Feng2017-11-21
* Use LINKER_INITIALIZED for mutexes with static storage class.Gravatar A. Unique TensorFlower2017-11-21
* [XLA] Add BitcastConvert HLO op to enable bitwise operations onGravatar A. Unique TensorFlower2017-11-21
* Fix an integer overflow problem in PropagateShapes.Gravatar A. Unique TensorFlower2017-11-21
* Add tf.contrib.data.Counter.Gravatar Eugene Brevdo2017-11-21
* Preserve fetch nodes.Gravatar Yao Zhang2017-11-21
* Test combining tensors from different graphsGravatar Igor Ganichev2017-11-21
* Support depthwise conv ops.Gravatar Yao Zhang2017-11-21
* Changed StringPiece::Hasher to StringPieceHasher in various places. This will...Gravatar A. Unique TensorFlower2017-11-21
* [XLA] Enable explicit broadcast for ternary operations.Gravatar Kay Zhu2017-11-21
* Make FlapMapDataset saveable.Gravatar Saurabh Saxena2017-11-21
* Fix a non-critical problem in TFLite READMEGravatar Yu-Cheng Ling2017-11-21
* Adds LinearEstimator and DNNLinearCombinedEstimator.Gravatar A. Unique TensorFlower2017-11-21
* Get rid of some code duplication in Grappler optimizers by refactoring some u...Gravatar A. Unique TensorFlower2017-11-21
* Improve caching behavior of GCS filesystemGravatar Brennan Saeta2017-11-21
* Remove vestigial utils.setdefault function.Gravatar A. Unique TensorFlower2017-11-21
* Add the first e2e scalar test with bfloat16.Gravatar Yunxing Dai2017-11-21
* Removed forward declarations of tensorflow::StringPiece so that it may more e...Gravatar A. Unique TensorFlower2017-11-21
* Pass VirtualCluster to tf_optimizer to enable cross-optimization of models.Gravatar Yao Zhang2017-11-21
* Adds name_scope for each column in shared_embedding_columns.Gravatar A. Unique TensorFlower2017-11-21
* Add support for saving_listeners to Experiment.Gravatar A. Unique TensorFlower2017-11-21
* Run xla FunctionTest with (and without) C APIGravatar Igor Ganichev2017-11-21
* Make parameter names in declarations consistent with names in definitionsGravatar Eli Bendersky2017-11-21
* Update the tf_item whenever the underlying metagraph is updatedGravatar Benoit Steiner2017-11-21
* Delete duplicate mpi.bzlGravatar Jonathan Hseu2017-11-21
* Replace tf.contrib.framework.get_or_create_global_step with tf.train.get_or_c...Gravatar RJ Ryan2017-11-21
* Add tpu saved model tags. No cpu tag is added because cpu is assumed to be th...Gravatar A. Unique TensorFlower2017-11-21
* Make all assert_* ops work in eager modeGravatar Igor Ganichev2017-11-21
* Add **kwargs to HParams.to_json() to be passed to json.dumps()Gravatar Christopher Shallue2017-11-21
* Fix error messages in ops.register_dense_tensor_like_type().Gravatar A. Unique TensorFlower2017-11-21
* Allow creating contrib.framework.local_variable that use_resource.Gravatar Sergio Guadarrama2017-11-21
* Fix bug in WhileLoopContext.Gravatar Skye Wanderman-Milne2017-11-21
* Fix flatbuffers workspace.bzl definition to work when TF is imported as a sub...Gravatar Kiril Gorovoy2017-11-21
* Limit the number of iterations to avoid creating infinite loops if a shapeGravatar Benoit Steiner2017-11-21
* Remove deleted files from CMakeGravatar A. Unique TensorFlower2017-11-21
* Fix tests that prevent enabling the dependency optimizer in grappler.Gravatar A. Unique TensorFlower2017-11-21
* Add method HParams.get(key, default=None)Gravatar Christopher Shallue2017-11-21
* [XLA] Handle reduce window on a scalar value.Gravatar A. Unique TensorFlower2017-11-20
* [XLA] Rework ScopedLoggingTimer into macros, and add some tracing to gpu_comp...Gravatar Justin Lebar2017-11-20
* Added the ability to report peak memory usageGravatar Benoit Steiner2017-11-20
* Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2017-11-20
* [TF2XLA] Flow down across switch edges separately.Gravatar Jacques Pienaar2017-11-20
* Automated g4 rollback of changelist 175593063Gravatar A. Unique TensorFlower2017-11-20
* Update the Boston example to include the feature importance and a custom expo...Gravatar A. Unique TensorFlower2017-11-20
* Adding support for (nested) batching of sparse tensor for tf.data.Gravatar Jiri Simsa2017-11-20
* removing unused codeGravatar A. Unique TensorFlower2017-11-20
* TFE_ContextAddFunction to interface with the TFE_Function* APIGravatar Alexandre Passos2017-11-20
* [tf.data] Remove redundant else statement.Gravatar A. Unique TensorFlower2017-11-20
* [TF:XLA] Make two test cases to run only with NDEBUG defined.Gravatar A. Unique TensorFlower2017-11-20
* [tf.data] Add two simple microbenchmarks for `Dataset.map()` performance.Gravatar Derek Murray2017-11-20