platform/upstream/tensorflow.git
2018-05-23 Peter Hawkins[TF:XLA] Register a real implementation of ControlTrigg...
2018-05-23 Allen LavoieAdd a checkpointable list data structure
2018-05-23 Peter HawkinsUpdate build visibility of //third_party/tensorflow...
2018-05-23 A. Unique TensorFlower Combine op-profiles collected from individual TPUs.
2018-05-23 Mark DaoustKeep column order in make_csv_dataset.
2018-05-23 Mark DaoustAdd a "--no_search_hints" flag to the api-docs generator.
2018-05-23 A. Unique TensorFlowerPiperOrigin-RevId: 197741984
2018-05-23 Patrick NguyenFix typo in error message.
2018-05-23 Bjarke Hammersholt... Quick fix for Kokoro breakage.
2018-05-23 A. Unique TensorFlowerAdd 'platform_' libraries in core/BUILD.
2018-05-23 A. Unique TensorFlowerSupport batch size > 1 in L2Normalization 8 bit quantiz...
2018-05-23 Peter HawkinsAdd a method XlaTensor:ReleaseShapedBuffer() to relinqu...
2018-05-23 Peter Hawkins[TF:XLA:GPU] Relax test tolerance due to flakiness.
2018-05-23 Benoit SteinerUse the right attributes when creating placeholder...
2018-05-23 A. Unique TensorFlowerInternal Change
2018-05-23 Bjarke Hammersholt... Add interfaces to Compiler that are sufficient to imple...
2018-05-23 A. Unique TensorFlowerFix an issue when mixing sparse and dense features...
2018-05-23 A. Unique TensorFlowerAdd convolution with NHWC layout to stream executor.
2018-05-22 Sanjoy Das[TF:XLA] Bump open source llvm revision to r333002
2018-05-22 Yu-Cheng LingFix the LSTM test in TFLite.
2018-05-22 A. Unique TensorFlowerExpose the new collective reduce and broacast ops as...
2018-05-22 Ruoxin SangAlways append the trailing slash when look up or insert...
2018-05-22 Justine TunneyRemove reservoir sampling from SummaryDbWriter
2018-05-22 A. Unique TensorFlowerAdds a kernel that checks whether vector is zero or...
2018-05-22 Dimitris Vardoulakis[TF:XLA] Add clarification to the DFS scheduler.
2018-05-22 Sanjoy DasExtract out common code and make things safer; NFC
2018-05-22 A. Unique TensorFlower[TF:XLA] Add a helper to update HLO reachability.
2018-05-22 Dimitris Vardoulakis[TF:XLA] Roll back the functionality change of cl/19745...
2018-05-22 Nick Desaulniers[TF:XLA] make miscomparison error messages more readable
2018-05-22 Yuanzhong Xu[XLA] Skip BF16 output conversion folding when CRS...
2018-05-22 A. Unique TensorFlowerCollective Ops Part 7
2018-05-22 Derek MurrayMove executor_test.cc to tensorflow/core/common_runtime/.
2018-05-22 Akshay ModiFix memory leak when going from the fast path to the...
2018-05-22 Jianwei XieDetect unknown batch size in predictions dict
2018-05-22 Benjamin Kramer[XLA:GPU] Emit fused reduces from batchnorm expander
2018-05-22 Benjamin Kramer[XLA:GPU] Add lowering for input fusions with multiple...
2018-05-22 A. Unique TensorFlowerActually return the value from train_and_evaluate.
2018-05-22 A. Unique TensorFlower* Remove the bias centering graph if it is turned off.
2018-05-22 Mustafa IspirAdding stop request capability to CheckpointSaverListen...
2018-05-22 Akshay AgrawalMake init_scope preserve the inner device stack when...
2018-05-22 Dan MoldovanSpecial case the 'dict' call, which trips other mechani...
2018-05-22 Benjamin Kramer[TF:XLA] Fix xla_interpreter_device build
2018-05-22 A. Unique TensorFlowerContributing guidelines, style guide and README updates
2018-05-22 A. Unique TensorFlowerUpdate calls to addPassesToEmitFile
2018-05-22 A. Unique TensorFlowerFix a couple of broken links in the Swift For TensorFlo...
2018-05-22 A. Unique TensorFlowerAutomated g4 rollback of changelist 197527651
2018-05-22 Benjamin Kramer[XLA:TF] Run buildifier on llvm.BUILD
2018-05-22 A. Unique TensorFlower[XLA] Optimize ShapeTree<T>
2018-05-22 A. Unique TensorFlowerinternal change
2018-05-22 A. Unique TensorFlowerbatch_util.h is generally useful so moved to util/...
2018-05-22 A. Unique TensorFlowerconvert Pow op into something that is more recognizable...
2018-05-22 A. Unique TensorFlowerAutomated g4 rollback of changelist 197487461
2018-05-22 A. Unique TensorFlowerUnifiy the cuda toolchain definition of gcc/nvcc and...
2018-05-22 A. Unique TensorFlowerEnable tpu.rewrite to work on XLA CPU/GPU backends.
2018-05-22 Justin Lebar[XLA:GPU] Implement trivial (one-replica) cross-replica...
2018-05-22 A. Unique TensorFlowerUpdate scan benchmarks to have a range of 16K-128K...
2018-05-22 Michael KupersteinInternal Change
2018-05-22 Michael CaseInternal Change
2018-05-22 Asim Shankars/tfe.GradientTape/tf.GradientTape/
2018-05-22 Akshay ModiImprovements to util/nest.py and data/util/nest.py
2018-05-22 Frank ChenAdds support for specifying a discovery_service_url...
2018-05-22 Austin AndersonSplit generated_examples test into multiple test targets
2018-05-22 Smit HinsuIntroduce an option to allocate CUDA unified memory
2018-05-22 Justin Lebar[XLA] Two minor style-guide fixups.
2018-05-22 A. Unique TensorFlowerMake the quantize_and_dequantize op use the full quanti...
2018-05-22 Petros MolImproves documentation of labels and logits arguments...
2018-05-22 A. Unique TensorFlowerSupports initializing an Interpreter with a direct...
2018-05-21 Saurabh SaxenaEnsure that saving/restoring iterator in CheckpointInpu...
2018-05-21 Alexandre PassosFixes issue with gradient tape when asking for the...
2018-05-21 A. Unique TensorFlowerImprove error message in tensor.cc when IsAligned(...
2018-05-21 Igor SaprykinSupport a better interface for the single option case...
2018-05-21 A. Unique TensorFlowerAdd arithmetic optimizer stage that removes LogicalNot...
2018-05-21 A. Unique TensorFlowerExpose partition_strategy option in embedding_lookup_unique
2018-05-21 Benoit SteinerOptimize more reductions
2018-05-21 Michael CaseInternal Change.
2018-05-21 Sanjoy DasExtract out a MatrixMatrixBlockPanelEmitter::Dimensions...
2018-05-21 Allen LavoieRemove object-based checkpointing probes from Python...
2018-05-21 Jiri SimsaDisable flaky batch_dataset_op_test
2018-05-21 A. Unique TensorFlowerAllow using DNN to only train the embeddings and using...
2018-05-21 Dimitris Vardoulakis[TF:XLA] Delete cumulative_total_size to simplify the...
2018-05-21 Alexandre PassosAlways enter the handle graph before calling convert_to...
2018-05-21 Benoit SteinerTurn on dead branch elimination, shape optimization...
2018-05-21 Benoit SteinerOptimize multiplications by constants in more cases.
2018-05-21 Sanjoy DasAdd a kernel usable as a GEBP inner loop for an LLVM...
2018-05-21 A. Unique TensorFlowerAutomated g4 rollback of changelist 197226707
2018-05-21 A. Unique TensorFlowerEnhance error reporting.
2018-05-21 A. Unique TensorFlowerExtend optimization of Slice operator to StridedSlice.
2018-05-20 Justin Lebar[XLA] Fix memory leak in ScopedShapedBuffer's move...
2018-05-20 Pete WardenFixed Pi cross compilation
2018-05-20 A. Unique TensorFlowerRollforward of CL 197167501, without enabling CUDNN_FFT...
2018-05-19 Justin Lebar[XLA] Consistently apply gpu-max-kernel-unroll-factor...
2018-05-19 A. Unique TensorFlowerFix compile error due to missing default case in switch...
2018-05-19 A. Unique TensorFlowerAdd a method to list op names in an ApiDefMap.
2018-05-19 Skye Wanderman... Add 'src_graph' argument to gradients_impl._GradientsHe...
2018-05-19 A. Unique TensorFlowerDelete unused and buggy code.
2018-05-19 Chris Leary[XLA] Regression test for missing virtual destructor.
2018-05-19 A. Unique TensorFlowerMake the quantize_and_dequantize op use the full quanti...
2018-05-18 Igor SaprykinAutomated g4 rollback of changelist 197070234
2018-05-18 A. Unique TensorFlowerImprove import error messages.
2018-05-18 Igor SaprykinSkip tests that require unavailable hardware when not...
next