platform/upstream/tensorflow.git
2018-03-21 Benoit SteinerDeleted dead code and fixed compilation warnings
2018-03-21 Derek MurrayRefactor pruning code to support custom node rewrites...
2018-03-21 Benoit SteinerMore accurate shape inference for TensorArrayGatherV3...
2018-03-21 Eugene Brevdo[tf.contrib CriticalSection] Avoid deadlocks using...
2018-03-21 A. Unique TensorFlowerAutomated g4 rollback of changelist 189888700
2018-03-21 A. Unique TensorFlowerInstall documentation: adds note for virtual env with...
2018-03-21 Justin Lebar[XLA] Initialize arrays using cudaMemset when possible.
2018-03-21 A. Unique TensorFlowerTensorflow/GCS: Check whether we are running under...
2018-03-21 A. Unique TensorFlowerMinor cosmetic improvement to error message.
2018-03-21 A. Unique TensorFlowerWe were ValueOrDie()ing in one place, and TF_CHECK_OK...
2018-03-21 Priya GuptaMake graph's name scope thread local so that two thread...
2018-03-21 Priya GuptaMake variable scope and scope counts local to current...
2018-03-21 Skye Wanderman... C API: fix device + colocation edge case in import_grap...
2018-03-21 Smit HinsuRemove recently introduced LOG INFO statements from...
2018-03-21 A. Unique TensorFlowerAdd reduce window tests for the cases when the input...
2018-03-21 Chris Leary[XLA] Plumb hlo dump options via local client.
2018-03-21 A. Unique TensorFlowerMinor documentation fix
2018-03-21 A. Unique TensorFlower[XLA] Simpify XlaBuilder: extract common add instructio...
2018-03-21 A. Unique TensorFlower Fixing bug in MultitaskOptimizerWrapper where types...
2018-03-20 Anjali SridharUse softmax_crossentropy_with_logits_v2 in tf.keras...
2018-03-20 A. Unique TensorFlower[XLA] Use IDs instead of names to represent the edges...
2018-03-20 Peter Hawkins[XLA] Make HLO memory schedulers pluggable. Introduce...
2018-03-20 A. Unique TensorFlowerTweak statistical testing test to avoid making a zillio...
2018-03-20 A. Unique TensorFlower[XLA] Simplify the HLO proto: don't nest the fusion...
2018-03-20 Derek Murray[tf.data] Improve docstring for `tf.contrib.data.Counter`.
2018-03-20 Anjali SridharInternal Change.
2018-03-20 Terry KooMakes protobuf dep in tf.contrib.data conditional using...
2018-03-20 A. Unique TensorFlowerBuild tflite interpreter from buffer in python interface
2018-03-20 Benoit SteinerImproved the performance of the function optimizer.
2018-03-20 A. Unique TensorFlowerIn allocate_transient_arrays.cc, was not handling the...
2018-03-20 A. Unique TensorFlowerTFBT: Pass label_keys to the head class constructor.
2018-03-20 Mingxing TanAdd broadcasting support for fused add or sub.
2018-03-20 Sanjoy Das[TF:XLA] Bump open source llvm revision to r327958
2018-03-20 Max GalkinImproved accuracy of op_level_cost_estimator (QuantizeV...
2018-03-20 A. Unique TensorFlowerDon't run tensorflow/python:function_test under asan.
2018-03-20 A. Unique TensorFlowerThe Quantized BroadcastSub portion of #17123
2018-03-20 A. Unique TensorFlowerUpdate version of nsync used by TensorFlow.
2018-03-20 Sanjoy DasUse 32 bit induction variable in gather expander
2018-03-20 A. Unique TensorFlowerReplace std::clock with random::New64() for setting...
2018-03-20 A. Unique TensorFlowerAdd support for automatically wrapping NumPy functions...
2018-03-20 A. Unique TensorFlowerRevise the main API for more consistent notation and...
2018-03-20 Jianwei XieFixed the bug that the export code triggers the TPU...
2018-03-20 Shanqing Caitfdbg: Curses CLI: Fill line-end whitespace with defaul...
2018-03-20 A. Unique TensorFlowerDrop name_scope from operation names during quantizatio...
2018-03-20 A. Unique TensorFlowerMake TensorSpec and BoundedTensorSpec serializable.
2018-03-20 Brian PattonAdds float64 support for avg pool and its gradient.
2018-03-20 Justin LebarDon't spin in a loop when we're not waiting on any...
2018-03-20 A. Unique TensorFlower- Added support for data to be specified in RNN classes...
2018-03-20 A. Unique TensorFlowerFix bug
2018-03-20 Sanjoy DasFix some edge cases around scalar indices in the gather...
2018-03-20 A. Unique TensorFlowerPredictions have to be updated for exported output...
2018-03-20 Mingsheng HongAdded infeed support for experimental C APIs associated...
2018-03-20 A. Unique TensorFlowerGo: Update generated wrapper functions for TensorFlow...
2018-03-20 A. Unique TensorFlowerUpdate ops-related pbtxt files.
2018-03-20 A. Unique TensorFlowerAdd `ostream<<` to `tensorflow::TensorShapeBase`.
2018-03-20 Suharsh SivakumarQuantize bypasses after activations.
2018-03-20 Alexandre PassosAlways imports the contrib summary ops when importing...
2018-03-20 Jianwei XieAdds final partial batch support for TPUEstimator.predict.
2018-03-20 A. Unique TensorFlowerApply output_min/output_max to the result in the NEON...
2018-03-20 Igor GanichevHandle non-broadcastables shapes in eager assert_equal
2018-03-20 A. Unique TensorFlowerAvoid attaching fqn annotations to live values that...
2018-03-20 Suharsh SivakumarDisable freeze_bn_delay by default.
2018-03-20 A. Unique TensorFlowerUpdate GraphProperties comments
2018-03-20 Surya BhupatirajuMake L2 norm computation more stable.
2018-03-20 Asim ShankarExport tf.GradientTape
2018-03-20 A. Unique TensorFlowerSupport general permutation.
2018-03-20 Suharsh SivakumarAdd docstring pointing to tf.contrib.quantize.
2018-03-20 Martin WickeRegister gradient for argmin (cf. #15278).
2018-03-20 A. Unique TensorFlower add option to save trace table to model directory...
2018-03-20 Dustin TranStandardize bib references and Examples subsection...
2018-03-20 Skye Wanderman... Make _USE_C_API = True and_USE_C_SHAPES = False work...
2018-03-20 A. Unique TensorFlowerAdd a clif build rule for saved_model.
2018-03-20 A. Unique TensorFlowerImprove flatbuffer verification.
2018-03-20 Derek Murray[tf.data] Combine implementations of FlatMapDataset...
2018-03-20 Yuefeng ZhouFix test failure
2018-03-20 Lukasz KaiserAutomated g4 rollback of changelist 188440916
2018-03-19 Zhixian YanDisable lstm test in generated_example due to state...
2018-03-19 Xiaoqiang ZhengA few changes to improve the real data performance:
2018-03-19 A. Unique TensorFlowerRun flatbuffer verifier before reading a TFLITE file...
2018-03-19 A. Unique TensorFlowerUse fully-qualified function names and avoid the need...
2018-03-19 Rohan JainAllowing the FunctionBufferingResource to be passed...
2018-03-19 Akshay ModiMaintain an updateable map of devices in the eager...
2018-03-19 Ilya BiryukovFix build breakage with downloadable clang and -fopenmp.
2018-03-19 Yu-Cheng LingTFLite Delegate: Add an `allow_dynamic_tensors` parameter.
2018-03-19 A. Unique TensorFlowerEnable stack push removal optimization by default.
2018-03-19 Benoit SteinerTurned on gradient optimization by default
2018-03-19 A. Unique TensorFlowerAdd a helper that allows constructing simple expression...
2018-03-19 Derek MurrayAutomated g4 rollback of changelist 189416074
2018-03-19 Alexandre PassosMoves TFE_Executor to tensorflow::EagerExecutor in...
2018-03-19 Akshay AgrawalTFE: Fix bug encountered when using `optimizer.apply_gr...
2018-03-19 A. Unique TensorFlowerAdd bfloat16 support for CPU ops.
2018-03-19 A. Unique TensorFlowerExtract GraphOptimizer{Stage,Context}, and use it as...
2018-03-19 Allen LavoieCheckpointable: Small cleanup making better use of...
2018-03-19 A. Unique TensorFlower Add a map from TPU core id to name to TfOpStats.
2018-03-19 A. Unique TensorFlowerDo not use SparseMatmul to for bfloat16 as Matmul is...
2018-03-19 A. Unique TensorFlowerInternal change
2018-03-19 A. Unique TensorFlowerOptimizations to DepthwiseConv
2018-03-19 Asim ShankarDocumentation tweaks and tests for GradientTape with...
2018-03-19 A. Unique TensorFlowerFix misc typos in tensorflow/compiler/xla.
2018-03-19 A. Unique TensorFlowerSimple rewrite to remove negation nodes.
next