platform/upstream/tensorflow.git
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
2018-05-24 A. Unique TensorFlowermove wide string manipulations out of windows_file_system
2018-05-24 Akshay ModiRemove _get_backward_fn and depend on _gradient_functio...
2018-05-24 Yu-Cheng LingFix the generated builtin_ops enum header.
2018-05-24 A. Unique TensorFlowerExtracts the 'simplify squeeze node' optimization into...
2018-05-24 David Majnemer[XLA] Remove maps with a single instruction
2018-05-24 Priya GuptaAvoid infinite recursion when checking for indexed...
2018-05-24 Igor SaprykinAllow combinations to be used on the class level. ...
2018-05-24 A. Unique TensorFlowerAdd local_init_run_options to SessionManager and Superv...
2018-05-24 Sanjoy DasRename getInt64 to GetInt64 to follow Google style
2018-05-24 A. Unique TensorFlowerWindows build script change for release job
2018-05-24 A. Unique TensorFlowerSmall fix so that GDN can run on TPU
2018-05-24 Francois CholletRaise ValueError when calling model.summary() before...
2018-05-24 Peter Hawkins[TF:XLA] Avoid buffer copy when copying a Tensor onto...
2018-05-24 Chris Leary[XLA] Convert infeed call to take a LiteralSlice.
2018-05-24 Shanqing Caitfdbg: fix issue where total source file size exceeds...
2018-05-24 Akshay AgrawalFix bugs with the code blocks in defun's docstring.
2018-05-24 A. Unique TensorFlowerAutomated g4 rollback of changelist 197868028
2018-05-24 A. Unique TensorFloweradd maxpoolgrad transposer for layout optimizer.
2018-05-24 Amit PatankarRemoving outdated links.
2018-05-24 A. Unique TensorFlowerExtracts the Simplify Pack optimization into its own...
2018-05-24 Nick FeltEnsure ResourceMgr::LookupOrCreate calls create fn...
2018-05-24 A. Unique TensorFlowerUpdated documentation for tf.reduce_join.
2018-05-24 A. Unique TensorFlowerOnly wait for one of the input tensors to be ready.
2018-05-24 A. Unique TensorFlowerModify tf.image.central_crop to support batched-input.
2018-05-24 Benoit SteinerMark queue related ops as having side effect
2018-05-24 Jacques PienaarDon't use hex floats.
2018-05-24 A. Unique TensorFlowerFix doc: "--input_arrays" instead of "--input_array".
2018-05-24 Sanjoy Das[TF:XLA] Bump open source llvm revision to r333167
2018-05-24 Mark DaoustFix `tf_inspect.getargspec` callable objects other...
2018-05-24 Derek Murray[tf.data] Add `tf.contrib.data.choose_from_datasets()`.
2018-05-24 A. Unique TensorFlowerExtracts the 'Move Constants Past Enter Node' optimizat...
2018-05-24 Allen LavoieMake the existing checkpointable data structure a Check...
2018-05-24 A. Unique TensorFlowerboosted_trees: used double precision instead of single...
2018-05-24 Derek MurrayDeprecate `DeviceBase::GetStepAllocator()` and replace...
2018-05-24 Francois CholletAdd shape validation for symbolic tensors passed to...
2018-05-24 Akshay AgrawalFix convert_to_tensor logic in GradientDescentOptimizer...
2018-05-24 Nupur GargImprove TOCO Python API.
2018-05-24 A. Unique TensorFlowerFix build failure introduced by cl/197457316
next