platform/upstream/tensorflow.git
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 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 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 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 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 Nupur GargFixes tflite_diff script.
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 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 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 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 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 A. Unique TensorFlowerRemove check for axis == 3 since if the input dimension...
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.
2018-05-16 Benoit SteinerOptimize batch normalization when possible
2018-05-16 Kay Zhu[TF:XLA] Remove the need for memcpy from Tensor->Literal.
2018-05-15 Alexandre PassosFixes false-positive in tf.enable_eager_execution
2018-05-15 A. Unique TensorFlowerRemove misleading declaration-as-default that results...
2018-05-15 A. Unique TensorFlowerRemove unused BUILD dependencies
2018-05-15 Allen LavoieCheckpointable: Restore-on-create for name-based checkp...
2018-05-15 A. Unique TensorFlowerChange the block size used in the triangular system...
2018-05-15 Allen LavoieRemove a tensor_slice_reader warning when using HDF5...
2018-05-15 A. Unique TensorFlowerDon't ever use cuDNN to perform depthwise convolutions...
2018-05-15 Alexandre PassosFixes potential race in ResourceHandleOp::Compute
2018-05-15 Priya GuptaHandle delayed variable initialization in MirroredStrat...
2018-05-15 Alexandre PassosAllows scan to work in reverse as well as forward
2018-05-15 Akshay AgrawalImprove documentation for tf.contrib.eager.defun.
2018-05-15 Benjamin Kramer[XLA] Make HloCSE compare computations
2018-05-15 Yu-Cheng LingRefactoring: Remove mutable_op_resolver module
2018-05-15 Jianwei XieUse the new compile op and print user-friendly error...
2018-05-15 Peter HawkinsAutomated g4 rollback of changelist 196683444
2018-05-15 Benjamin Kramer[XLA] Cache computations when creating reduces in algeb...
2018-05-15 Peter Hawkins[TF:XLA] Generalize existing support for keeping variab...
2018-05-15 A. Unique TensorFlowerAdding --distinct_host_configuration=false in tools...
2018-05-15 A. Unique TensorFlowerupdate doc
2018-05-15 A. Unique TensorFlowerSmall polishing changes in stream executor, no function...
2018-05-15 A. Unique TensorFlowerinternal change
2018-05-15 A. Unique TensorFlowerReland improve fusion logic of (a dot b) * alpha
2018-05-15 Dimitris Vardoulakis[TF:XLA] Scheduling test which demonstrates that we...
2018-05-15 Mustafa IspirAdded type check to feature column keys. So that users...
next