platform/upstream/tensorflow.git
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...
2017-12-20 Austin AndersonMake tf_cc_test compilable by default for Android
2017-12-20 A. Unique TensorFlowerDestroy batch_thread_pool_ first. For the new in flight...
2017-12-20 Yao ZhangExtend DataFormatDimMap to handle tensors.
2017-12-20 Brennan SaetaAdd prefetching into parallel_interleave
2017-12-20 Peter HawkinsRestore escaping to string attribute list summaries...
2017-12-20 Yao ZhangSupport SplitV op.
2017-12-20 Chris Leary[XLA] Remove inappropriate plugin linkage.
2017-12-20 Russell PowerFix logging of excessive unsupported operations.
2017-12-20 A. Unique TensorFlowerConvert Status-based call sequence checks to CHECK...
2017-12-20 A. Unique TensorFlowerAdding mention of contrib optimizers and new learning...
2017-12-20 A. Unique TensorFlowerAdding an optimizer module for ConstantSGD.
2017-12-20 A. Unique TensorFlowerAdding missing comma in __init__.py and fixing links...
2017-12-20 Russell PowerReduce the number of warning messages for unsupported...
2017-12-20 Yao ZhangSupport more control flow ops. Delete ops that require...
2017-12-20 Allen LavoieAdd some unit tests for memory optimizer _recompute_hin...
2017-12-20 Jingyue WuFix a flaky test.
2017-12-20 A. Unique TensorFlowerAdd support for constant resolution of the Fill op.
2017-12-20 Mark Daoustrename files
2017-12-20 A. Unique TensorFlowerReplace std::pow with MathUtil::IPow when the exponent...
2017-12-20 A. Unique TensorFlowerRemove unused BUILD dependencies
2017-12-20 Raghuraman... PiperOrigin-RevId: 179639611
2017-12-20 A. Unique TensorFlower[TF:XLA] Move ShardingBuilder out of computation_builder.h
2017-12-20 Neal WuSpecify that only NHWC is supported for certain ops...
2017-12-20 Peter HawkinsElide long strings and lists when summarizing AttrValues.
2017-12-20 Jianwei XieAdds some more distributed training related fields...
2017-12-20 Yao ZhangSupport ternary ops.
2017-12-20 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2017-12-20 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2017-12-20 A. Unique TensorFlowerMinor cleanup, now that there's a single Executable...
2017-12-20 A. Unique TensorFlower[XLA:GPU] Make the use of scratch allocator in convolut...
2017-12-20 Anna RRead ApiDef from TensorFlow Go API.
2017-12-20 Derek Murray[tf.data] Add a transformation for getting the unique...
2017-12-20 Roy FrostigImplement convolution operations in the local Python...
2017-12-20 Shanqing Caitfdbg: send graph traceback and source files from Tenso...
2017-12-20 Alexandre PassosTFE copy across gpus
2017-12-20 A. Unique TensorFlowerK-FAC: Cross Replica Mean for TPU
2017-12-20 Justin Lebar[XLA] Rename CreateFullWithMonotonicDim0MajorLayout...
2017-12-20 A. Unique TensorFlowerAdd comparison ufuncs for numpy bfloat16 type.
2017-12-20 A. Unique TensorFlower[XLA] Fix return type of LayoutUtil::PaddedDimensions
2017-12-20 A. Unique TensorFlowerRemove unused namespace alias.
2017-12-20 Yao ZhangSupport fused batch norm v2.
2017-12-20 Blake Hechtman[XLA] Turn pad and reduce window of zero sized inputs...
2017-12-20 Justin Lebar[XLA] Rename "MonotonicDim0MajorLayout" to "DescendingL...
2017-12-20 A. Unique TensorFlowerK-FAC: ResourceVariable support
2017-12-19 Sukriti RameshMigrate SavedModel simple save functionality from contr...
2017-12-19 A. Unique TensorFlowerFixed a couple of bugs in transitive reduction:
2017-12-19 Sergio GuadarramaMake sure function.defun can handle nested inputs with...
2017-12-19 A. Unique TensorFlowerInitial checkin for outside_compilation. Adds a new...
2017-12-19 Yao ZhangSupport IdentityN op.
2017-12-19 A. Unique TensorFlowerProtect all calls to launch cuSolver & cuBlas kernels...
2017-12-19 Austin AndersonSpecifically add TMP directory for Android
2017-12-19 A. Unique TensorFlowerSupport for strings input/output in Toco
2017-12-19 Shivani Agrawal[tf.data] Saveable iterator for ScanDataset.
2017-12-19 Shivani Agrawal[tf.data] Saveable iterator for DenseToSparseBatchDataset.
2017-12-19 Yao ZhangSupport more binary ops.
2017-12-19 A. Unique TensorFlowerRemove a series of allocations and memcpys from the...
2017-12-19 Guangda LaiFix comment.
2017-12-19 A. Unique TensorFlower[XLA] Add support for atan2 on CPU
2017-12-19 HyoukJoong LeeAutomated g4 rollback of changelist 179506342
2017-12-19 A. Unique TensorFlowerRun ResizeArea tests on random data rather than all 0s.
2017-12-19 Malcolm ReynoldsAutomated g4 rollback of changelist 179529787
2017-12-19 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2017-12-19 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2017-12-19 A. Unique TensorFlowerAvoid casting to/from int64 in Categorical._sample_n
2017-12-19 A. Unique TensorFlower[XLA] Adding more tests for conditional.
2017-12-19 HyoukJoong LeeChanged the buffer liveness such that the buffers point...
2017-12-19 Guangda LaiAdded virtual gpu support.
2017-12-19 A. Unique TensorFlower[XLA] Hlo parser: don't crash if no computation is...
next