platform/upstream/tensorflow.git
2018-05-30 James QinRemove unnecessary shape registration fn from cudnn...
2018-05-30 Jiri SimsaMaking RPC op handle the case where cancellation manage...
2018-05-30 Alexander GorbanConvenience functions to create TensorProto directly...
2018-05-30 Joshua V. DillonUse absolute indexing in `fill_triangular`.
2018-05-30 Jiri SimsaFixing a bug in `map_and_batch_fusion` and improving...
2018-05-29 Francois CholletAdd tf.keras programmer's guide.
2018-05-29 A. Unique TensorFlowerFix documented numpy equivalent of matrix_triangular_solve.
2018-05-29 Justin LebarAutomated g4 rollback of changelist 198137414
2018-05-29 Russell PowerAdjust TPUEstimator timeout for worker shutdown to...
2018-05-29 Jianwei XieWraps the FinalOp exection with a user-friendly error...
2018-05-29 Yifei FengUpdate setup.py with project description and developmen...
2018-05-29 Derek MurrayAdd microbenchmarks for the executor.
2018-05-29 A. Unique TensorFlower streaming trace viewer need to filter host.
2018-05-29 Rohan JainAdding a check in eager metrics to make sure that the...
2018-05-29 A. Unique TensorFlowerIn TPUEstimator.export_savedmodel(), if saving TPU...
2018-05-29 Rachel Lim[tf.data] better benchmarking code in tests for measuri...
2018-05-29 Peter Hawkins[TF:XLA] Implement Bucketize.
2018-05-29 A. Unique TensorFlowerMake the quantize_and_dequantize op use the full quanti...
2018-05-29 A. Unique TensorFlowerAutomated g4 rollback of changelist 198421828
2018-05-29 Justin LebarIncrease tolerances in depthwise_conv_op_test.
2018-05-29 Sanjoy DasUse target machine features to determine max vectorizat...
2018-05-29 A. Unique TensorFlowerL2HMC trained with strongly correlated Gaussian. Simple...
2018-05-29 A. Unique TensorFlowerExtracts the 'remove split or splitv nodes' optimizatio...
2018-05-29 Sanjoy Das[TF:XLA] Bump open source llvm revision to r333395
2018-05-29 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-05-29 A. Unique TensorFlowerAdd note to bijector_impl.py explaining that `log_det_j...
2018-05-29 Justin Lebar[XLA] Clarify that options passed to LocalService overr...
2018-05-29 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-05-29 Sanjoy DasTile on the M dimension in GEBP.
2018-05-29 A. Unique TensorFlower [tpu:profiler] Add a new field to the statistics...
2018-05-29 A. Unique TensorFlowerExtracts the 'remove shuffle or transpose node' optimiz...
2018-05-29 Frank ChenAdd security notices for recently discovered and patche...
2018-05-29 A. Unique TensorFlower[TF/XLA] Add validation to find ops incompatible with...
2018-05-29 A. Unique TensorFlower Support NHWC_VECT_W in MakeShapeFromFormat.
2018-05-29 Allen LavoieAdd AnonymousIteratorHandleOp for non-shared Iterator...
2018-05-29 A. Unique TensorFlowerClarify argument types and relationships in docstrings...
2018-05-29 A. Unique TensorFlowerEliminate self.test_session in favor of self.evaluate...
2018-05-29 Dan MoldovanClean up: handle the hidden additional clause on for...
2018-05-29 Dan MoldovanClean up: remove useless super delegation.
2018-05-29 Dan MoldovanAllow assignment to subscripts in static analysis.
2018-05-29 A. Unique TensorFlowerGeneralize assert_true_mean_equal and assert_true_mean_...
2018-05-29 Asim ShankarRe-apply #18192.
2018-05-29 Sanjoy DasFix an incorrect precondition check in IndexedArrayAnalysis
2018-05-29 Sanjoy DasPass HloOpcode instead of HloInstruction; NFC
2018-05-29 Sanjoy DasMake IndexedArrayAnalysis behave well around StatusOr
2018-05-28 Jiri SimsaAdding tf.data optimization for rewriting `map(......
2018-05-28 Tom HenniganSort variables in C++ instead of Python.
2018-05-28 A. Unique TensorFlowerRelax compatibility checks for Protocol Buffer classes...
2018-05-27 Justin Lebar[XLA] Don't display metadata inline in HLO graph dump.
2018-05-27 A. Unique TensorFlowerTPUEstimator.export_savedmodel() saves a SavedModel...
2018-05-26 A. Unique TensorFlowerExtracts the 'remove random shuffle node' optimization...
2018-05-26 Guangda LaiFix the issue where returned Status is not used.
2018-05-26 A. Unique TensorFlowerDepthwiseConv Optimizations
2018-05-26 A. Unique TensorFlowerUse dict(locals()) instead of distribution_util.parent_...
2018-05-26 Justin Lebar[XLA] Don't compute relative error when the expected...
2018-05-26 Sanjoy DasAdd support for unary and binary ops to indexed tensor...
2018-05-26 Yunxing Dai[Hlo Graphviz] Always show metadata as tooltips
2018-05-26 Sanjoy DasAdd a type-erased broadcast implementation to xla:...
2018-05-26 Akshay ModiMinor eager performance improvements
2018-05-26 Peter Hawkins[TF:XLA] Add direct implementation of AssignVariableOp...
2018-05-26 A. Unique TensorFlowerTurn on heuristic (mostly-NHWC) convolution layout...
2018-05-26 Sanjoy DasEnable while loop constant sinking for GPU
2018-05-26 Akshay AgrawalProvide a step container to OpKernelContexts when runni...
2018-05-26 Jiri Simsa[tf.data] Fixing concurrency issue in `map_and_batch`.
2018-05-25 Alexandre PassosIgnore while loops instead of mangling them in the...
2018-05-25 A. Unique TensorFlowerExtracts the 'remove reverse node' optimization into...
2018-05-25 A. Unique TensorFlowerAutomated g4 rollback of changelist 198087342
2018-05-25 Nick FeltAdd warning to LookupOrCreate about reentrancy issue
2018-05-25 Igor GanichevAdd EagerTensor profiler and device shape utilities
2018-05-25 A. Unique TensorFlowerDisable //tensorflow/contrib/lite/python:lite_test...
2018-05-25 A. Unique TensorFlower [tpu:profiler] Capture the data for generating a...
2018-05-25 Sanjoy Das[TF:XLA] Bump open source llvm revision to r333273
2018-05-25 Alexandre PassosPublic API to switch between eager execution and graph...
2018-05-25 A. Unique TensorFlowerUse functions to build dense splits. Tensorflow Functio...
2018-05-25 A. Unique TensorFlower [tpu:profiler] Minor change in the description of...
2018-05-25 A. Unique TensorFlowerAdd ScopedAllocatorOptimizer in support of CollectiveRe...
2018-05-25 A. Unique TensorFlowerenhance Tensorflow GBDT and GBRT model by exposing...
2018-05-25 A. Unique TensorFlowerExtracts the 'simplify slice' optimization into its...
2018-05-25 Peter Hawkins[TF:XLA] Register Switch and Merge ops on XLA devices.
2018-05-25 Derek MurrayAutomated g4 rollback of changelist 192848921
2018-05-25 A. Unique TensorFlowerExtracts the 'simplify strided slice' optimization...
2018-05-25 Igor GanichevBump TPU batch size and wrap apply_grads in defun
2018-05-25 Akshay ModiRelease C++ lock before calling back into python
2018-05-25 A. Unique TensorFlowerDepthwiseConv optimizations.
2018-05-25 Mark DaoustLink to tf.estimator docs for premade estimators.
2018-05-25 A. Unique TensorFlowerCode simplification in dump_graphviz.cc:
2018-05-25 Shanqing CaiMinor clarification to model_to_estimator() doc string
2018-05-25 Asim Shankareager: Update introduction notebooks.
2018-05-25 Asim ShankarFix typo, fix build.
2018-05-25 A. Unique TensorFlowerExtracts the 'simplify tile node' optimization into...
2018-05-25 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-05-25 A. Unique TensorFlowerInitialize the score threshold to -inf to avoid filteri...
2018-05-25 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-05-25 Yifei FengMerge changes from github.
2018-05-25 A. Unique TensorFlowerExtracts the 'simplify pad node' optimization into...
2018-05-25 Sanjoy DasRename TileLoader to MemoryTile; NFC
2018-05-25 A. Unique TensorFlowerAdd heuristic on picking NHWC layout for (V100, fp16...
2018-05-25 A. Unique TensorFlowerEnabling some potential optimization using the restrict...
2018-05-24 Akshay ModiWhen converting a numpy float64 to an EagerTensor,...
2018-05-24 Igor GanichevDon't XLA-compile naked variable reads
next