platform/upstream/tensorflow.git
2018-05-24 Nupur GargAdd import.
2018-05-24 Derek Murray[tf.data] Split out the `tf.contrib.data.sample_from_da...
2018-05-24 A. Unique TensorFlowerInternal cleanup to remove a difference from the code...
2018-05-24 Anna RInternal change.
2018-05-24 Shashi ShekharRefactor StatSummarizer extract common functionality...
2018-05-23 Benoit SteinerSimplify the remapper code and added support for non...
2018-05-23 A. Unique TensorFlowerOpen source rewrite_for_inference().
2018-05-23 A. Unique TensorFlowerMake depthwiseconv handler handle filter ranges beyond 255
2018-05-23 Priya GuptaAdd support for IndexedSlices in Distribution Strategy...
2018-05-23 Justin LebarRun only small and medium tests in CI builds.
2018-05-23 A. Unique TensorFloweradded support for calling fit on Dataset objects
2018-05-23 Nick FeltFix CurlHttpRequest handling unexpectedly large responses
2018-05-23 A. Unique TensorFlowerAdd support for partitioned variables to SDCA.
2018-05-23 A. Unique TensorFlowerAdding scatter_nd* ops to Andrtoid build.
2018-05-23 Dimitris Vardoulakis[TF:XLA] Add tests to show that the List scheduler...
2018-05-23 Justin Lebar[XLA] Fix exhaustive_f32_elementwise_test's size marker.
2018-05-23 A. Unique TensorFlowerAllow vars_to_warm_start to be a list of strings or...
2018-05-23 Justin Lebar[XLA] Draw hollow arrowheads for small arrays in dumped...
2018-05-23 Anjali SridharModify model output names to not be unique when in...
2018-05-23 A. Unique TensorFlowerAdd NNAPI delegation for EMBEDING_LOOKUP, RNN, SVDF
2018-05-23 A. Unique TensorFlowerNew quantized log(x) for x > 1. Used for LogSoftmax.
2018-05-23 Mark DaoustClear docstrings for auto-generated module files, and...
2018-05-23 Igor GanichevAdd a test to reproduce copy-on-read bug for variables
2018-05-23 A. Unique TensorFlowerInternal Change
2018-05-23 Jiri SimsaAdding utility class for manipulating a GraphDef.
2018-05-23 A. Unique TensorFlowerExtracts the SimplifyReshape optimization into its...
2018-05-23 Anna RAutomated g4 rollback of changelist 197741984
2018-05-23 A. Unique TensorFlowerIntroduce Encoder and Decoder classes so that platform...
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...
next