platform/upstream/tensorflow.git
2018-05-04 karl@kubx.caImprove Javadoc and include first code review
2018-05-04 Karl LessardParse op definition and generate a Java Op class.
2018-05-04 Sergii KhomenkoFix minor typos (#19070)
2018-05-03 Aditya YogiUpdate learning.py (#19064)
2018-05-03 Nicholas Nadeau... Fixed Typos (#18806)
2018-05-03 ctiijimaGrammar fixes on architecture.md (#19035)
2018-05-03 Amit PatankarMerge pull request #19040 from tensorflow/merge_branch
2018-05-03 Letian Fengcorrect code snippets to python3 style (#19052)
2018-05-03 Elson RodriguezEnabling support for S3 and Google Storage for the...
2018-05-03 Taehoon LeeFix typos (#18475)
2018-05-03 Yong TangAdd go_package to proto definition files (#17262)
2018-05-02 gracehoneyMerge pull request #18909 from samikama/optimization_pass
2018-05-02 Yifei FengMerge 1.8.0 back to master.
2018-05-02 gracehoneyFix breaking tests
2018-05-02 annarevMerge pull request #19030 from annarev/copy_modules_bef...
2018-05-02 Anna RCopy module list file in the while statement instead...
2018-05-02 Amit PatankarMerge pull request #19031 from smitshilu/patch-3
2018-05-02 Smit Shilucommand Typo
2018-05-02 Anna RCopy module list before iterating over it. Also, import...
2018-05-02 gracehoneyFix formatting and linter issues
2018-05-02 Andrew SelleFix Makefile to not use benchmark anymore (switch to...
2018-05-02 Shanqing CaiMerge pull request #19025 from caisq/branch_195061425
2018-05-02 Amit PatankarMerge pull request #18989 from ctiijima/fix-benchmarks.md
2018-05-02 gracehoneyMerge branch 'master' of https://github.com/tensorflow...
2018-05-02 Paul Van EckAllow tfdbg mouse down scroll in curses UI (#18942)
2018-05-02 Clayne RobisonReverting changes from 495d511 that break install_pip_p...
2018-05-02 Sergii KhomenkoFix string issue for temp_export_dir (#18951)
2018-05-02 Shanqing CaiMerge commit for internal changes
2018-05-02 A. Unique TensorFlowerBUGFIX: Convert inputs and list of gradients into tuple...
2018-05-02 Mark HeffernanAdd missing colocated element in test in buffer_assignm...
2018-05-02 Dan MoldovanMinor refactor: establish some operator naming conventi...
2018-05-02 Patrick NguyenMake the CRF work when sequence_lengths are int32.
2018-05-02 Sanjoy Das[XLA:CPU] Re-use the same llvm::GlobalVariable for...
2018-05-02 A. Unique TensorFlowerInternal change
2018-05-02 A. Unique TensorFlowerInternal change.
2018-05-02 Patrick NguyenRe-apply CL 194140820, which reverts #18251 (convolutio...
2018-05-02 Mustafa Ispirtest fix
2018-05-02 Joel ShorMerge pull request #18730 from joel-shor/master
2018-05-01 Allen LavoieSharding for tensorflow/contrib/timeseries/python/times...
2018-05-01 Rachel LimFix wrongly ordered lines
2018-05-01 Benoit SteinerAvoid making a copy of the graph needlessly
2018-05-01 A. Unique TensorFlowerAdds logistic_regression_head.
2018-05-01 A. Unique TensorFlowerCheck for overflow in shape calculation.
2018-05-01 A. Unique TensorFlowerAllow `warm_start_from` argument to be a SavedModel...
2018-05-01 A. Unique TensorFlower[TF:XLA] Separate on-host and on-device shape and layou...
2018-05-01 joel-shor[tf.data] Remove debug code.
2018-05-01 joel-shor[tf.data] Try fixing the Windows build by adding the...
2018-05-01 A. Unique TensorFlowerImplementation of the fully-connected TFLite Op using...
2018-05-01 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-05-01 Benoit SteinerFixed some outdated comments
2018-05-01 A. Unique TensorFlowerMinor JNI performance improvement.
2018-05-01 A. Unique TensorFlowerMaking ids unique in nn.embedding_lookup_sparse. This...
2018-05-01 joel-shor[tf.data] Fix debug output.
2018-05-01 Mark HeffernanFix bug in peak buffer accounting in buffer assignment.
2018-05-01 Patrick NguyenMerge changes from github.
2018-05-01 A. Unique TensorFlowerMake tower-local variables non-trainable even with...
2018-05-01 A. Unique TensorFlowerEnable checkpointless eval and predict for tf.estimator.
2018-05-01 Mark DaoustUpdate community/swift
2018-05-01 Shashi ShekharUpdate schema.
2018-05-01 A. Unique TensorFlowerRelax the stringent memory allocator constraints in...
2018-05-01 A. Unique TensorFlowerCollective Ops Part 5
2018-05-01 Sanjoy DasOpen source infeed test
2018-05-01 Priya GuptaAdd utility to auto shard a dataset pipeline in the...
2018-05-01 Peter HawkinsAdd a pointer from Device to its owning DeviceMgr.
2018-05-01 Sami KamaReview updates
2018-05-01 A. Unique TensorFlowerImplements matrix multiply-accumulate for linear no...
2018-05-01 Yuefeng ZhouAdd device_util.resolve method which merges with curren...
2018-05-01 Benoit SteinerSimplified shape inference.
2018-05-01 RJ RyanImprove shape inference for tf.contrib.signal.frame.
2018-05-01 A. Unique TensorFlowerBoosted trees: support indicator column.
2018-05-01 Asim Shankareager: Update sample notebooks with API changes in...
2018-05-01 Gunhan GulsoyAutomated g4 rollback of changelist 194917415
2018-05-01 joel-shor[tf.data] Fix debug output.
2018-05-01 A. Unique TensorFlowerFix crash in HloGraphDumper where it crashes on tuple...
2018-05-01 joel-shor[tf.data] Fix BUILD file.
2018-05-01 joel-shor[tf.data] More debug code, since the previous 'fix...
2018-05-01 joel-shor[tf.data] More debug code, since the previous 'fix...
2018-05-01 A. Unique TensorFlowerPreventing RemoveTrivialBinary from removing broadcasts.
2018-05-01 A. Unique TensorFlowerProtocol buffer classes now list their fields in dir...
2018-05-01 Sanjoy Das[XLA:CPU] Open source some tests.
2018-05-01 Maciej Remove whitespace characters from tf_cuda_compute_capa...
2018-05-01 BenFix MSVC openmp flag (#18973)
2018-05-01 Sami KamaFixes for review comments
2018-05-01 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-05-01 A. Unique TensorFlowerMove LinearOperatorKronecker and LinearOperatorBlockDia...
2018-05-01 A. Unique TensorFlower[XLA] Redesign: dump HloSnapshot at the point where...
2018-05-01 A. Unique TensorFlowerInternal change.
2018-05-01 Yifei FengRemove proto header import from core/framework/tracking...
2018-05-01 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-05-01 A. Unique TensorFlower[XLA] Redesign: migrate tensorflow/compiler/tf2xla...
2018-05-01 Jiri Simsa[tf.data] Adding an experimental `group_by_reducer...
2018-05-01 A. Unique TensorFlowerInternal cleanup.
2018-05-01 Alexandre PassosFaster reduce_logsoftmax (specially in eager) and bugfi...
2018-04-30 A. Unique TensorFlowerSmall fix to prevent a crash if the delegate has not...
2018-04-30 Yuefeng ZhouAdd MultiNodeDataset and MultiNodeIterator which are...
2018-04-30 Bixia Zheng[XLA] Change the TF2XLA bridge to perform F16 reduction...
2018-04-30 Yifei FengImprove error message for pip_smoke_test.
2018-04-30 A. Unique TensorFlowerDo not allocate memory for literal as it will be alloca...
2018-04-30 A. Unique TensorFlowerEnhancements to GRAPHVIZ_DOT output:
2018-04-30 Sami KamaMerge branch 'master' of https://github.com/tensorflow...
next