platform/upstream/tensorflow.git
2018-02-07 Ankur TalyUpdated copyright from 2017 to 2018
2018-02-07 Ankur TalyMerge commit for internal changes
2018-02-07 Derek Murray[tf.data] Fix a memory leak when an iterator is reiniti...
2018-02-07 Yuefeng ZhouFix memory tracking in the case where temp memory is...
2018-02-07 Andrew SelleSync the opensource and non-opensource build
2018-02-07 James QinAddress Adagrad/RMSProp incompatibility with CudnnRNN
2018-02-06 Justin Lebar[XLA] Add and use new Literal::MakeTupleOwned overload.
2018-02-06 Akshay ModiAdd read resource variable benchmarks.
2018-02-06 A. Unique TensorFlowerCreates tf.contrib.feature_column module.
2018-02-06 Alexandre PassosHandles possible infinite recursion in while loop fix.
2018-02-06 Eugene Brevdo[TF Ops] Bugfix to Operation initializer: error message...
2018-02-06 Joshua V. DillonAutomated g4 rollback of changelist 184551259
2018-02-06 Anna RExport CXX11_ABI_FLAG and MONOLITHIC_BUILD constants.
2018-02-06 Alexandre PassosAnother rolling back of performance regression.
2018-02-06 Akshay ModiMake TFE_Py_FastpathExecute work for all types of ops
2018-02-06 Benoit SteinerAdded support for nested functions
2018-02-06 Joshua V. DillonAdd utility function which makes implicit `tf.get_varia...
2018-02-06 Amit PatankarFixing the issue where an escape character was being...
2018-02-06 Sanjoy Das[TF:XLA] Bump open source llvm revision to r324323
2018-02-06 Skye Wanderman... Fetch OpDefs from C API instead of using python op...
2018-02-06 A. Unique TensorFlowerFixed typo
2018-02-06 Shanqing Caitfdbg: deflake session_debug_file_test
2018-02-06 Alexandre PassosSecond, cleaner, attempt at external control dependency...
2018-02-06 A. Unique TensorFlowerImprove side_effect_guards to (1) avoid aliasing non...
2018-02-06 Alexandre PassosEstimator should handle ResourceVariables correctly.
2018-02-06 Alexandre PassosSupport resource variables in moving averages.
2018-02-06 Alexandre PassosContrib estimator should handle ResourceVariables properly.
2018-02-06 Mingsheng HongInternal change
2018-02-06 Anna RAdding tf_export decorators/calls to TensorFlow functio...
2018-02-06 Yao ZhangEnable layout optimizer by default
2018-02-06 Amit PatankarMerge pull request #16785 from av8ramit/merge_branch
2018-02-06 A. Unique TensorFlowerSupport training with model parallelism in tpu_estimator.
2018-02-06 Benoit SteinerUse the function name as the grappler item id
2018-02-06 ted changremove write_version=saver_pb2.SaverDef.V1 (#15966)
2018-02-06 Amit PatankarMerge pull request #16789 from ManHyuk/fix_typo
2018-02-06 Michael CaseMerge pull request #16792 from case540/branch_184622482
2018-02-06 A. Unique TensorFlowerAdd local interconnect data to DeviceLocality.
2018-02-06 Benoit SteinerExplicitly specify the value of all the attributes...
2018-02-06 A. Unique TensorFlowerFix bug in and speed up ConstantFolding::CreateNodeDef():
2018-02-06 Andrew SelleAdd a utility function to partition TensorFlow Lite...
2018-02-06 Asim ShankarJava: Update to 1.6.0-rc0
2018-02-06 A. Unique TensorFlowerMake namedtuples with identical name and field names...
2018-02-06 A. Unique TensorFlowerRemove redundant calls to realloc dynamic tensors.
2018-02-06 A. Unique TensorFlowerMakes ResourceVariables return correct initialized_valu...
2018-02-06 Ian Langmoremcmc_diagnostics.py added to contrib/bayesflow/. poten...
2018-02-06 A. Unique TensorFlowerRollback of CL 183879566, and fix Windows CMAKE build...
2018-02-06 Michael CaseMerge commit for internal changes
2018-02-06 A. Unique TensorFlowerExport align_corners to TF Lite
2018-02-06 Benoit SteinerAdded the ability to query the amount of RAM available
2018-02-06 Joshua V. DillonCleanup markdown errors in `Bijector`.
2018-02-06 Justin Lebar[XLA] Add HloBindings::ToString().
2018-02-06 Igor SaprykinCorrectly treat "devices=/gpu:0" argument of replicate_...
2018-02-06 Mingsheng HongMisc cleanups and tweaks:
2018-02-06 Justin Lebar[XLA:GPU] Split IrEmitter{Unn,N}ested out of ir_emitter.h.
2018-02-06 ManHyukMerge branch 'master' of https://github.com/tensorflow...
2018-02-06 ManHyukfix typo
2018-02-06 A. Unique TensorFlowerSupport negative axis in concatenation
2018-02-06 A. Unique TensorFlowerShard linear operator tests.
2018-02-06 ImSheridanFix the mean the description of the output shape, which...
2018-02-06 Glenn WeidnerRemove invalid exception in linear operator (#16678)
2018-02-06 Amit PatankarAdd filepaths to test_local support.
2018-02-06 Yifei FengRemove makefile build dependency on all_opensource_file...
2018-02-06 Jonathan HseuBump the rtol in hmc_test (#16787)
2018-02-05 Skye Wanderman... "frame_name" attr must be altered when importing/export...
2018-02-05 A. Unique TensorFlower[XLA] Sink layout sensitivity from CSE into HloInstruct...
2018-02-05 Suharsh SivakumarMake fold batch norm code use OneofPattern and rearrang...
2018-02-05 Marshal HayesRemoving duplicate code block that raises exception...
2018-02-05 A. Unique TensorFlowerAssign total_loss in order not to crash if training...
2018-02-05 Andy KernahanEnsure bash is invoked as a login shell on windows...
2018-02-05 TodFix the relative path issue of JNI lib loader (#16754)
2018-02-05 Sergio GuadarramaAdding TensorSpec to represent the specification of...
2018-02-05 A. Unique TensorFlowerVerify tflite model in TFLite Java API
2018-02-05 Mahesh BhosaleResolve Programmatic mistake. (#16765)
2018-02-05 Max GalkinAdd logging to diagnose device properties parsing probl...
2018-02-05 ManHyukFix typo (#16759)
2018-02-05 Yu-Cheng LingFix CBLAS Conv reference implementation in TFLite.
2018-02-05 Alexandre PassosAutomated g4 rollback of changelist 184573795
2018-02-05 Amit PatankarMerging the 1.6 branch back into master.
2018-02-05 A. Unique TensorFlowerBackward pass implementation for fusion optimizer.
2018-02-05 A. Unique TensorFlower[XLA] Fix documentation for Clamp.
2018-02-05 Peter Hawkins[TF:XLA] Implement GatherNd.
2018-02-05 Alexandre PassosPropagate the name on resource variable assign (#16714)
2018-02-05 Yong TangFix incorrect reference DOI number/link for GDR (#16734)
2018-02-05 Derek Murray[tf.data] Fix use-after-free bug when closing down...
2018-02-05 A. Unique TensorFlower[XLA] Add tests for Clamp of S32 and U32 vectors with...
2018-02-05 Yong TangFix the incorrect link to vulnerability reporting ...
2018-02-05 Alexandre PassosFixes issue where external control dependencies in...
2018-02-05 Asim Shankarcontrib/rnn: Fix #16703
2018-02-05 A. Unique TensorFlowerBug fix: Don't dereference nullptr in OpKernelContext...
2018-02-05 Yunxing Dai[TF:XLA] Making constant folding deterministic.
2018-02-05 Benoit SteinerSerialize the evaluation of the AssignAdd nodes to...
2018-02-05 Yao ZhangSupport parsing from text and fused op in contrib.
2018-02-05 Joshua V. DillonAutomated g4 rollback of changelist 184323369
2018-02-05 A. Unique TensorFlowerProper reallocation of dynamic tensors.
2018-02-05 Dan RingwaltMake flat_transforms_to_matrices and matrices_to_flat_t...
2018-02-05 Amit PatankarChanging the link to point to new android job.
2018-02-05 A. Unique TensorFlower[XLA] add Conditional to the local Python XLA client.
2018-02-05 Dan RingwaltClarify that tf.contrib.image.rotate angles are counter...
2018-02-05 A. Unique TensorFlowerEnable aggressive identity node pruning in dependency...
2018-02-05 Skye Wanderman... Get control_flow_ops.py ready to support de/serializing...
next