platform/upstream/tensorflow.git
2017-12-23 Alexandre PassosAllow ImportGraphDef to ignore shape validation to...
2017-12-23 Benoit SteinerShard and turn on the layout optimizer test
2017-12-22 A. Unique TensorFlowerReplaces custom _lengths_to_masks function with the...
2017-12-22 Michael CaseRun gen_git_source.py inside of a repo_rule instead...
2017-12-22 Derek MurrayAvoid unnecessary copying and allocation in `ExecutorBa...
2017-12-22 A. Unique TensorFlowerAdding page to tensorflow.org with directions for build...
2017-12-22 A. Unique TensorFlower[XLA] Hlo parser: update readme.
2017-12-22 A. Unique TensorFlowerOutput of a slice op can alias its operand.
2017-12-22 A. Unique TensorFlowerMake the analytical estimator and the virtual cluster...
2017-12-22 Jianwei XieExtracts the tpu_job_name from TF_CONFIG if set.
2017-12-22 Ian LangmoreUse assert_near in mvn_full_covariance to assert symmetric.
2017-12-22 A. Unique TensorFlowerAutomated g4 rollback of changelist 179846085
2017-12-22 A. Unique TensorFlowerFix documentation error in tensorflow feature_utils.h
2017-12-22 Yao ZhangSupport non-constant param input of AvgPoolGrad and...
2017-12-22 Derek MurrayFix typo in direct_session_test.cc.
2017-12-22 Shanqing Cai[TFE] Add link to other exapmles from spinn/README.md
2017-12-22 A. Unique TensorFlowerAdds more useful debug information to an error message...
2017-12-22 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2017-12-22 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2017-12-22 A. Unique TensorFlowerMerge changes from github.
2017-12-22 Benoit SteinerUpdated the virtual cluster to return the proper error...
2017-12-22 Alexandre PassosUses ImportGraphDef instead of ConvertGraphDefToGraph...
2017-12-22 Jiri SimsaAdding performance guide for the `tf.data` API.
2017-12-22 Ian Langmoreassert_near added to check_ops.py
2017-12-22 Peter Hawkins[TF:XLA] Implement AdjustContrastv2, AdjustHue, AdjustS...
2017-12-22 Jiri SimsaFixing tf.contrib.data API declarations.
2017-12-22 Peter Hawkins[XLA] Remove Power architecture support from CPU backend.
2017-12-22 A. Unique TensorFlowerIn FirstReady node manager, use node name as tie-breake...
2017-12-22 Matthew SchulkindFix allow_smaller_final_batches for bucket_by_sequence_...
2017-12-22 A. Unique TensorFlowerAdds support in stream executor interface to update...
2017-12-22 Benoit SteinerExtract placement restrictions for a graph
2017-12-22 Justin Lebar[XLA:GPU] Fix implementation of Thunk::ShouldBlockFutur...
2017-12-22 Yao ZhangNo need to and don't add layout transform to control...
2017-12-22 Derek MurrayMark the Arg and RetVal ops as inexpensive.
2017-12-22 A. Unique TensorFlowerAdd comments to link convolutional factors code with...
2017-12-22 A. Unique TensorFlowerAdded an option to download a fresh release of clang...
2017-12-22 A. Unique TensorFlower[XLA] Support conditional in all backends.
2017-12-22 Igor SaprykinSupport multiple loss and multiple optimizers in replic...
2017-12-22 Benoit SteinerMade hard colocation constraints (i.e constraints that...
2017-12-22 Justin Lebar[XLA] Print out missing extra-info for many instruction...
2017-12-22 A. Unique TensorFlower[XLA] Update the parsing and stringfication of the...
2017-12-22 Justin Lebar[XLA] Add zero-sized batchnorm test.
2017-12-22 Yao ZhangSupport fill op.
2017-12-22 Justin Lebar[XLA] Run ZeroSizedHloElimination after BatchNormExpander.
2017-12-22 Justin Lebar[XLA:GPU] Implement BatchNormThunk as a call into cudnn.
2017-12-22 Anna RAutomated g4 rollback of changelist 179872807
2017-12-22 Dandelion Man?No external change.
2017-12-22 Anna RInternal change.
2017-12-22 Jiri SimsaAdding a test that checks that Grappler is able to...
2017-12-22 Benoit SteinerAdded a comment to explain why we can't reorder BiasAdd
2017-12-22 Derek MurrayAdd test coverage for example parsing with a feature...
2017-12-22 Suharsh SivakumarFold FuseBatchNorm correctly.
2017-12-22 Benoit SteinerExtract placement restrictions for a graph
2017-12-22 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2017-12-22 Blake HechtmanAutomated g4 rollback of changelist 179858783
2017-12-22 Justin Lebar[XLA] Transform division-by-fp-constant to multiplicati...
2017-12-21 Anna RInternal change.
2017-12-21 A. Unique TensorFlowerOnly squeeze the last dimension of outputs and indices...
2017-12-21 Jiri SimsaSaving a couple of us in IteratorGetNextOp::ComputeAsync.
2017-12-21 A. Unique TensorFlowerAutomated g4 rollback of changelist 179782067
2017-12-21 A. Unique TensorFlowerMerged commit includes the following changes:
2017-12-21 Gunhan GulsoyAutomated g4 rollback of changelist 179836027
2017-12-21 Akshay AgrawalMake it possible to wrap tf.layers.Layer's 'call' metho...
2017-12-21 Benoit SteinerTagged the grappler python tests
2017-12-21 Mark DaoustAdd links to low level API intro
2017-12-21 Akshay AgrawalThis change adds a mechanism to the internal C API...
2017-12-21 Jingyue WuFix padding for int8 fused convolution.
2017-12-21 A. Unique TensorFlowerAdding support for to resolve constant FloorDiv, FloorM...
2017-12-21 A. Unique TensorFlower[XLA] Make dumped_computation_to_text print the short...
2017-12-21 Jianwei XieAdds eval session master into TF_CONFIG
2017-12-21 Eugene Brevdo[TFE] Return a byte-encoded value for tfe.defun's name
2017-12-21 Ian Langmoresparse_ops: Static shape update.
2017-12-21 Shanqing Caitfdbg: allow writing tensor values to filesystem as...
2017-12-21 A. Unique TensorFlowerImplement Clone for kSend,kRecv,kSendDone and kRecvDone.
2017-12-21 Mark DaoustModernize old "get_started/get_started.md", as "program...
2017-12-21 A. Unique TensorFlowerRoll CL 177989542 forward with fix: Wrappers for CUDA...
2017-12-21 Eugene Brevdo[tf nest] Add additional key yielder.
2017-12-21 Derek MurrayRevert change to ParseBytesList that failed on some...
2017-12-21 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2017-12-21 Anna RInternal change.
2017-12-21 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2017-12-21 Derek Murray[tf.data] Add `tf.contrib.data.parse_single_example()`.
2017-12-21 Anna RAutomated g4 rollback of changelist 179757188
2017-12-21 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2017-12-21 Anna RAutomated g4 rollback of changelist 179735577
2017-12-21 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2017-12-21 Chris Leary[XLA] Add CrossReplicaSum to Python API bindings.
2017-12-21 Justin Lebar[XLA] Fix HLO graph dumper not to assume that instructi...
2017-12-21 A. Unique TensorFlowerFix typo in struct name: RecvNodeDescritorHash -> RecvN...
2017-12-21 Yangzihao WangFix the condition check for int8 fused_conv so that...
2017-12-21 Roy Frostig[XLA] Add Collapse and Rev ops to the local XLA Python...
2017-12-21 Alexandre Passosimplicit_gradients always sorts its return values by...
2017-12-21 Yao ZhangSupport max pool v2.
2017-12-20 Anna RAutomated g4 rollback of changelist 179729641
2017-12-20 Brennan SaetaTruncate status messages before converting to gRPC.
2017-12-20 Alexandre PassosImplements the fill op for int64 indices.
2017-12-20 Peter Hawkins[TF:XLA] Move XlaResource into its own file, and refact...
2017-12-20 Justin Lebar[XLA] Add reassociation rule for adds, and add canonica...
2017-12-20 A. Unique TensorFlowerAdds a randomized test for Atan.
2017-12-20 A. Unique TensorFlowerAdd the capability of verbose logging for HTTP requests...
next