platform/upstream/tensorflow.git
2018-02-12 Yifei FengMerge commit for internal changes
2018-02-12 A. Unique TensorFlowerAdd support for scalars in `tf.contrib.all_reduce`.
2018-02-12 Peter Hawkins[TF:XLA] Add additional test case for tf.gather.
2018-02-12 Alexandre PassosFix shape inference bug in tensorlist
2018-02-12 Yifei FengUpdate bazel version in docker (#16880)
2018-02-12 Derek MurrayUpdate `tf.contrib.data` API docstring.
2018-02-12 Jacques PienaarParseNodeName fix.
2018-02-12 A. Unique TensorFlowerInternal Change
2018-02-12 Brian PattonFor debugging purposes, it can be useful to know which...
2018-02-12 A. Unique TensorFlower[XLA] Support generating tuple shaped fake data in...
2018-02-12 Yukun ChenFix warning about keep_dims. keep_dims -> keepdims...
2018-02-12 Christopher YehImprove formatting of shapes in tf.losses documentation...
2018-02-12 MyungJoo HamCMAKE: optionally link to ZLIB as systemlib / shared...
2018-02-12 Vijay VasudevanProvide more diagnostic shape information in output...
2018-02-12 Guangda LaiAutomated g4 rollback of changelist 185233116
2018-02-12 Jianwei Xie[TPUEstimator] Automatically detect the TPU system...
2018-02-11 A. Unique TensorFlowerDisable flaky halton_sequence_test
2018-02-11 A. Unique TensorFlowerAdd support for kConditional to the module group scheduler.
2018-02-11 DylanDmitritypo fix (#16903)
2018-02-11 ManHyukFix typo (#16908)
2018-02-11 Loo Rong Jie[MSVC] Workaround MSVC template/lambda parsing bug...
2018-02-11 Yong TangFix the profiler python docstring link (#16916)
2018-02-11 Yong TangAdd S3 plugin to the list of file system plugin in...
2018-02-10 A. Unique TensorFlowerGetting rid of unnecessary GPUDevice typedef.
2018-02-10 A. Unique TensorFlowerAdd python/util/is_in_graph_mode.py
2018-02-10 Yong TangImprove shape function of NonMaxSuppression (#16890)
2018-02-10 A. Unique TensorFlowerAutomated g4 rollback of changelist 185073515
2018-02-10 Yao ZhangDo not convert layout for Select if condition input...
2018-02-10 Guangda LaiFix grappler to use CudaGpuId instead of TfGpuId to...
2018-02-10 Sanjoy DasAdd a test that exhaustively checks Log/Exp/Tanh
2018-02-10 Skye Wanderman... import_graph_def: support "absolute" names with the...
2018-02-10 A. Unique TensorFlower[XLA:Tool] Make Hlo parser report the location of the...
2018-02-10 Kay Zhu[XLA] Implement GeneralDot semantics in HloEvaluator.
2018-02-10 Yuefeng ZhouUse x*x instead of x^2 to calculate square in huber...
2018-02-10 Gunhan GulsoyDisable flaky spinn_test
2018-02-10 Yifei FengAdd pylint check for W0622 redefined-builtin in ci_sani...
2018-02-09 Andrew SelleAdd delegate API to tflite.
2018-02-09 A. Unique TensorFlower[XLA] Use a real priority queue in list scheduling
2018-02-09 Michael CaseMerge pull request #16858 from case540/branch_184929151
2018-02-09 Alexandre PassosRecursively creating directories in CreateSummaryFileWriter
2018-02-09 Derek Murray[tf.data] Remove deprecated `tf.contrib.data.Dataset...
2018-02-09 Yu-Cheng LingUse TFLite CocoaPod in iOS Simple Demo app
2018-02-09 Gunhan GulsoyRemove header dependence on cuda_config.h to fix openso...
2018-02-09 Akshay ModiFix read_variable_op GPU test
2018-02-09 Mingsheng HongEnabled XLA for TF C API.
2018-02-09 Skye Wanderman... Make import_graph_def add default attr values with...
2018-02-09 Ian LangmoreTEST: test of kernel_results added to hmc_test.py
2018-02-09 Noah EisenRemoves const qualifier from ListWorkers
2018-02-09 A. Unique TensorFlowerUpdate llvm revision to r324720. This is needed because...
2018-02-09 Alexandre PassosFixes issue with tfe.make_template when function object...
2018-02-09 Guangda LaiSplit gpu_id.h and GpuIdManager out from build target...
2018-02-09 A. Unique TensorFlower[XLA] Add a test for reduce window with large minor...
2018-02-09 A. Unique TensorFlowerAdd dynamic_rnn support for CloudTPU Magenta RNN
2018-02-09 Francois CholletSimplify and extend the management of input-conditional...
2018-02-09 Jacques PienaarFix lint warnings. NFC
2018-02-09 Anna RAdd export calls for protos.
2018-02-09 A. Unique TensorFlowerRemove the unneeded "tf" argument for utility functions.
2018-02-09 Suharsh SivakumarFix some doc strings that were accidentally removed.
2018-02-09 A. Unique TensorFlower regression_head accepts link_fn as parameter, so...
2018-02-09 Allen LavoieTFTS: Better handling of exogenous features
2018-02-09 Allen LavoieTFTS: Add exporting to SavedModel to the LSTM example
2018-02-09 A. Unique TensorFlowerUpdate for LLVM API change r324700
2018-02-09 Sukriti RameshComment update.
2018-02-09 Yao ZhangOnly convert format if input is of layout-agnostic...
2018-02-09 Anna RAdd tf_export decorators back to gen_*_ops.py files.
2018-02-09 A. Unique TensorFlowerExtended the Halton sequences to support randomization...
2018-02-09 A. Unique TensorFlowerAutomated g4 rollback of changelist 185006374
2018-02-09 Saurabh SaxenaFix bug in checkpointing DT_VARIANT tensors.
2018-02-09 Yu-Cheng LingImprove the flow to build TFLite iOS demo app
2018-02-09 Suharsh SivakumarAdd our own "global step" called quantization_step...
2018-02-09 Brian PattonAllow C64 infeeds.
2018-02-09 Skye Wanderman... Make SavedModelTest.testStripDefaultAttrsInconsistentCo...
2018-02-08 Alexandre PassosChanges behavior of optimizer.minimize(loss) when loss...
2018-02-08 Anna RAdding tf_export decorators/calls to TensorFlow functio...
2018-02-08 Raghuraman... Update fake quant op to support bitwidths in the range...
2018-02-08 Allen LavoieObject based saving prototype: create ResourceVariables...
2018-02-08 Yao ZhangAdd memory usage report to cost analyzer tool; run...
2018-02-08 Yao ZhangAdd more vlogging to op level estimator.
2018-02-08 Eugene Brevdo[TF contrib RNN] Expose some rnn classes and functional...
2018-02-08 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-02-08 A. Unique TensorFlowerAdd a _TensorProcessor for computing gradients but...
2018-02-08 Raghuraman... Updated API for quantize_graph: Programmable quant_dela...
2018-02-08 Anna RAdding tf_export decorators/calls to TensorFlow functio...
2018-02-08 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-02-08 Akshay ModiUpdates to fastpath execution code
2018-02-08 Allen LavoieObject-based saving prototype: allow only named edges
2018-02-08 Akshay ModiDon't fail if control dependency is on an input of...
2018-02-08 Anna RAdding tf_export decorators/calls to TensorFlow functio...
2018-02-08 Allen LavoiePrototype object-based save/restore syntax sugar
2018-02-08 A. Unique TensorFlowerPlumbs a variable from the batching function decorator...
2018-02-08 Alexandre PassosInternal functional _If and _While ops.
2018-02-08 Michael CaseMerge branch 'master' into branch_184929151
2018-02-08 Asim ShankarC API: Fixes #7394
2018-02-08 Michael CaseFix pylint issues.
2018-02-08 A. Unique TensorFlower[TF:XLA] Handle fusion instructions in HloInstruction...
2018-02-08 HyoukJoong LeeBug fix in buffer assignment for colocated buffers
2018-02-08 Justin Lebar[XLA] Improve comment about why we can't unroll loops...
2018-02-08 Jonathan HseuMerge pull request #16874 from jhseu/revert
2018-02-08 Jonathan HseuRevert "Fix missing . (#16460)"
2018-02-08 Ian LangmoreAdd effective_sample_size to tf.contrib.bayesflow.mcmc_...
next