platform/upstream/tensorflow.git
2018-05-18 Yu-Cheng LingFix the TFLite iOS demo apps.
2018-05-18 Tatiana ShpeismanMerge pull request #18240 from Intel-tensorflow/ashraf...
2018-05-18 Martin WickeMerge pull request #19355 from tensorflow/mrry-patch-2
2018-05-17 Jiri SimsaMerge pull request #19294 from yongtang/03122018-MapAnd...
2018-05-17 Xiaoqiang ZhengMerge pull request #19321 from krantideep95/patch-1
2018-05-17 Mark RyanFix alignment crashes in AVX512 builds (#19121)
2018-05-17 Geoffrey IrvingAdd tf.print an an alias for tf.Print (#19234)
2018-05-17 Amit PatankarMerge pull request #19308 from u2takey/master
2018-05-17 Amit PatankarMerge pull request #19345 from zheng-xq/branch_196939548
2018-05-17 Derek MurrayInclude <algorithm> in .pb_text.cc generated files
2018-05-17 zhengxqMerge commit for internal changes
2018-05-17 A. Unique TensorFlowerUpdate installation documentation to reflect that CUDA...
2018-05-17 A. Unique TensorFlowerSort tags before logging.
2018-05-17 Derek Murray[tf.data] Accept NumPy dtype objects in `Dataset.from_g...
2018-05-17 James QinAdd more logging in BaseGPUDevice::ComputeHelper for...
2018-05-17 A. Unique TensorFlowerMaking GetOptionalInput from kernel_util.h return a...
2018-05-17 Sanjoy Das[TF:XLA] Bump open source llvm revision to r332236
2018-05-17 krantideep95Reorder header includes
2018-05-17 Justine TunneyInternal change.
2018-05-17 A. Unique TensorFlowerEnhance DenseLayer + XLA compatibility test cases to...
2018-05-17 James QinAppend device name in executor logging
2018-05-17 A. Unique TensorFlower[TF:XLA] Make noinline function work with control flow.
2018-05-17 A. Unique TensorFlower[XLA] Remove XlaOp::GetShape. It only works when the...
2018-05-17 Skye Wanderman... Remove _USE_C_API staging in tests now that the C API...
2018-05-17 Skye Wanderman... Remove _USE_C_API staging in tests now that the C API...
2018-05-17 Guozhong ZhuangINTEL MKL: Fix concat related issues (#19065)
2018-05-17 Igor GanichevFix typo in TensorHandle
2018-05-17 Jiri SimsaRe-enabling a test after a previous fix.
2018-05-17 A. Unique TensorFlowerRemove no-op statement. tf_additional_lib_srcs only...
2018-05-17 Jianwei XieAdds basic TPU replicate training support for Keras.
2018-05-17 Justin Lebar[XLA] Improve documentation on HloModule, HloComputatio...
2018-05-17 Justin Lebar[XLA] Add documentation explaining FusionKind.
2018-05-17 A. Unique TensorFlowerRemove unused inclusions
2018-05-16 Justin Lebar[XLA:GPU] Add op-tracing to XLA:GPU.
2018-05-16 Akshay ModiAllow for remote eager execution.
2018-05-16 A. Unique TensorFlowerRemove unused inclusions
2018-05-16 Jeremy LauMove DoesNotUseOperandBuffer and CanShareOperandBufferW...
2018-05-16 Dimitris Vardoulakis[TF:XLA] Take subcomputations into account during HLO...
2018-05-16 A. Unique TensorFlowerFixing test for Topk kernel in TFlite
2018-05-16 Mustafa IspirMake sparse_cross operations publicly available.
2018-05-16 Jacques PienaarAdd test for 64-bit clz and sign.
2018-05-16 Sanjoy DasFix typo in comment
2018-05-16 A. Unique TensorFlowerAdd a parameter to the adaptive shared batcher which...
2018-05-16 Allen LavoieCheckpointable: move python/training/checkpointable_...
2018-05-16 Peter HawkinsAutomated g4 rollback of changelist 196691101
2018-05-16 Xiaoqiang ZhengMerge pull request #19311 from zheng-xq/branch_196777020
2018-05-16 A. Unique TensorFlowerBUILD cleanup in contrib/lite/...
2018-05-16 Brian PattonFix the gradient of reduce_prod for complex dtypes.
2018-05-16 Jacques PienaarRemove sorted as types not sortable.
2018-05-16 A. Unique TensorFlowerFix broken link.
2018-05-16 Igor GanichevAdd a test for compiled tfe.defun in GradientTape
2018-05-16 Sandip GiriUpdating highwayhash library to fix kernel_tests:lookup...
2018-05-16 Ayush DubeyRemove redundant initialization of collective params.
2018-05-16 A. Unique TensorFlowerUse sequence_length arg for dynamic_rnn within RNNEstimator
2018-05-16 Nick Desaulniers[TF:XLA:CPU] enable s32 reduce-window
2018-05-16 A. Unique TensorFlowerFix the CCFLAGS mismatch.
2018-05-16 Jacques PienaarExpand tests to include int64 output type.
2018-05-16 A. Unique TensorFlowerTurn off MirroredStrategy Dataset prefetching in tests...
2018-05-16 Michael CaseInternal Change.
2018-05-16 Benjamin Kramer[XLA:GPU] Emit the final write of the tuple pointers
2018-05-16 mbhuiyanresolving the conflict while merging master
2018-05-16 Nupur GargFixes tflite_diff script.
2018-05-16 mbhuiyan updated the allocation ID in the direct sesssion file
2018-05-16 Benjamin Kramer[XLA:GPU] Teach ir_emitter_nested how to deal with...
2018-05-16 Michael CaseRemove more Estimator dependencies from core TensorFlow.
2018-05-16 A. Unique TensorFlowerRemoved C++ ABSL includes from tensorflow/core and...
2018-05-16 Jianwei XieAdd TPUContext for input_fn invocation.
2018-05-16 Nick Desaulniers[TF:XLA:INTERPRETER] speed up select and scatter by...
2018-05-16 A. Unique TensorFlowerAdd tf.contrib.data.make_tf_record_dataset() like make_...
2018-05-16 Niranjan Hasabnis[Intel MKL] Fix for convrnn unit test failure (#19229)
2018-05-16 Jesse GumzUse passed name for leaky relu tensor op (#19209)
2018-05-16 Younghee Kwonboosted_trees: accept integer labels properly now the...
2018-05-16 A. Unique TensorFlowerDon't initialize GPUs if none will be used.
2018-05-16 A. Unique TensorFlowerMigrating BestModelExportStrategy to core library.
2018-05-16 Martin WickeMerge pull request #19327 from yongtang/05162018-sanity
2018-05-16 A. Unique TensorFlowerModify tf.contrib.distributions.BatchReshape to behave...
2018-05-16 A. Unique TensorFlowerResolved inconsistency with shape inference for tf...
2018-05-16 Peter Hawkins[XLA] Expose MinimumMemoryForComputation in hlo_schedul...
2018-05-16 A. Unique TensorFlowerAdd support libraries in core/platform.
2018-05-16 A. Unique TensorFlowerMigrate HloExecutionProfileTest to textual HLO
2018-05-16 Yong TangFix pylint sanity CI build in sparse_ops.py
2018-05-16 Yong TangFix pylint sanity error for CI build
2018-05-16 A. Unique TensorFlowerEmploy array flat sizes more directly in optimized_ops...
2018-05-16 A. Unique TensorFlowerinternal change
2018-05-16 A. Unique TensorFlowerRefactor HloInstruction::Fuse and add a method for...
2018-05-16 Alexandre PassosImproving variable_scope documentation.
2018-05-16 A. Unique TensorFlowerImplementation of transpose_conv
2018-05-16 krantideep95core/framework/op_gen_lib.cc: include <algorithm>
2018-05-16 Tom HenniganAdd performance notes for in-context gradient calls.
2018-05-16 David Majnemer[TF:XLA] Make softplus more accurate
2018-05-16 Derek MurrayFix bug in `WorkerService::Logging()` handler.
2018-05-16 Martin WickeTrivial message cleanup.
2018-05-16 Priya GuptaEnable gpu tests for cross_tower_ops_test
2018-05-16 zhengxqMerge commit for internal changes
2018-05-16 A. Unique TensorFlowerRemove check for axis == 3 since if the input dimension...
2018-05-16 u2takeyavoid magic number in AsyncService
2018-05-16 A. Unique TensorFlowerHardcode two exceptions to the list of files allowed...
2018-05-16 A. Unique TensorFlowerFix TfLite Convolution handle input_bacthe incorrectly...
2018-05-16 A. Unique TensorFlowerFix transpose_conv typo in optimized_ops. input_depth...
2018-05-16 Jiri Simsa[tf.data] Fixing a race in map_and_batch.
next