platform/upstream/tensorflow.git
2018-02-12 Sami KamaMake buildifier happy
2018-02-12 Sami KamaFix merge issues
2018-02-12 Sami KamaFix Py3 byte and string issue after swig update. Clarif...
2018-02-12 gracehoneyFix linter errors in test_tftrt.py
2018-02-11 gracehoneyFix segment_test and run clang-format on trt_conversion.i.
2018-02-11 gracehoneyFix python lint errors internally. One important change...
2018-02-09 gracehoneyFix LINT.IfChange comment
2018-02-09 gracehoneyFix more build dependencies and includes.
2018-02-09 gracehoneyMake build happy by adding missing OP_REQUIRES_OK and...
2018-02-09 Sami KamaMerge branch 'master' into tensorrt
2018-02-08 Jie[cleanup]
2018-02-08 Jonathan HseuMerge pull request #16874 from jhseu/revert
2018-02-08 Jonathan HseuRevert "Fix missing . (#16460)"
2018-02-08 matthieudelaroFix missing . (#16460)
2018-02-08 Johnson145fix typo (#16812)
2018-02-08 JeromeMove some ndlstm functions to contrib (#16816)
2018-02-08 Liang-Chi HsiehFix two links. (#16854)
2018-02-08 Jie[clang-format]
2018-02-08 Jie[update]
2018-02-08 Haichen "HC" Liremove keep_dims warning in maxout layer (#16769)
2018-02-08 lazypanda1Fixing assert message for beta distribution (#16786)
2018-02-08 fo40225python 2.7 unit test error repair on windows (#16725)
2018-02-08 BenAdd option to not include histograms (#16579)
2018-02-08 PhilAdds parameter 'msg' to tf.TensorFlowTestCase. (#16667)
2018-02-08 Rajendra aroraFixes variable name (#16797)
2018-02-08 Brad WannowUpdate CONTRIBUTING.md (#16806)
2018-02-08 Glenn WeidnerFix error message in record_reader (#16808)
2018-02-08 Gunhan GulsoyMake configure script more lenient to the length of...
2018-02-08 Yong TangImprove shape function of SampleDistortedBoundingBox...
2018-02-08 Yong TangFix broken link in CONTRIBUTING.md (#16869)
2018-02-08 Yan Facai ... Fix static shape inference for keras.layers.LSTM (...
2018-02-08 Scott TsengEnable some passes for graph_transform on Windows ...
2018-02-08 Yan Facai ... py_func convert unicode string results to bytes for...
2018-02-08 Jie[debug]
2018-02-08 Yong TangAdd optimized gif support for decode_gif (#16804)
2018-02-08 Yong TangAdd uint32 and uint64 kernel support for `Invert` ...
2018-02-08 Yong TangSupport CopyFile with streaming (#12658)
2018-02-08 cclaussresolve undefined name array_ops (#16485)
2018-02-08 Yusuke YamadaFix document typo (#16489)
2018-02-08 cclaussFix undefined name: import as_str_any for line 35 ...
2018-02-08 Sergei LebedevFixed a typo in `group_by_window` documentation (#16711)
2018-02-08 Marcus OngCMake (Windows): Added support for ninja build and...
2018-02-08 brett kooncespelling fixes for contrib docs (#16811)
2018-02-08 Yong TangRemove obsolete BernoulliWithSigmoidProbs (#16846)
2018-02-08 hsm207Fix typo (#16822)
2018-02-08 Martin WickeMerge pull request #16837 from yongtang/16534-tf.losses...
2018-02-07 Jie[update]
2018-02-07 Sami KamaFix swig interface problems
2018-02-07 Francisco GuerreroFixes issue when linking of rule '//tensorflow/contrib...
2018-02-07 Andrew HarpBump JetPack default to 3.2 in Android build script...
2018-02-07 Rasmus Munk... Merge pull request #16844 from rmlarsen/master
2018-02-07 ankurtalyMerge pull request #16819 from ankurtaly/branch_184768730
2018-02-07 Rasmus Munk... Fix bug and speed up Grappler constant folding
2018-02-07 Rasmus Munk... Use assertAllClose instead of assertArrayNear.
2018-02-07 Rasmus Munk... Merge pull request #1 from tensorflow/master
2018-02-07 Yifei FengUpdate BUILD
2018-02-07 gracehoneyFix #includes and namespace scope, and add missing...
2018-02-07 Ankur TalyUpdated copyright from 2017 to 2018
2018-02-07 PhilAdd unsortedsegment(prod/min/max/sqrt_n/mean). (#15858)
2018-02-07 Yong TangRemove warnings in tf.losses.softmax_cross_entropy
2018-02-07 gracehoneyFix the segfault in convert_nodes.cc
2018-02-07 cclaussTypo in variable name: BETA --> self.BETA (#16666)
2018-02-07 Yong TangFix incorrect links in CONTRIBUTING.md (#16814)
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 gracehoney1. Use tensorflow::string instead of std::string
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.
next