platform/upstream/tensorflow.git
2018-03-06 Derek Murray[tf.data] Fix uninitialized local variable in ParallelM...
2018-03-06 Francois CholletFixes a number of usability issues with model_to_estima...
2018-03-06 A. Unique TensorFlowerProperly recurse when checkpointing scopes.
2018-03-06 Mark HeffernanAdd method for computing the maximal set of live Logica...
2018-03-06 Olivia Nordquistdisabling flaky test in msan
2018-03-06 Asim Shankargradients: Export tf.custom_gradients
2018-03-06 A. Unique TensorFlowerImprove the accuracy of the upper-bound of the sum...
2018-03-06 Olivia Nordquistdisabling msan flaky test
2018-03-06 Austin AndersonRemove core:lib dependency in favor of Lite-specific...
2018-03-06 Alexandre PassosTests for running _Send and _Recv in eager.
2018-03-05 A. Unique TensorFlowerRemove unnecessary density functions.
2018-03-05 Olivia Nordquistdisabling timed out test in asan
2018-03-05 Chi ZengUpdate TensorBoard's tutorial on tensorflow.org with...
2018-03-05 A. Unique TensorFlowerAdd objective functions for variational inference with...
2018-03-05 Francois CholletFix bug with multi_gpu_model / model.inputs.
2018-03-05 A. Unique TensorFlowerCorrect op::Attr usage in C++ gradient implementations.
2018-03-05 Tatiana ShpeismanAdds test_util.IsMklEnabled() that returns true if...
2018-03-05 Michael Kuperstein[XLA] Make HloEvaluator use wrap-around semantics for...
2018-03-05 A. Unique TensorFlowerAdd alternative paths for CUDA installation.
2018-03-05 A. Unique TensorFlowerAdd sequence_indicator_column
2018-03-05 Gunhan GulsoyDisable both "no_mac" and "nomac" tags when building...
2018-03-05 Yifei FengFix the issue where gpu_option is not respected for...
2018-03-05 Mark HeffernanAdd methods for extracting the shapes of the entry...
2018-03-05 Alexandre PassosBenchmark regression
2018-03-05 Yuanzhong Xu[XLA] Fix BF16 normalizer for CrossReplicaSum.
2018-03-05 A. Unique TensorFlowerSimplify softmax_centered implementation.
2018-03-05 Priya GuptaMake variable creator scope thread local (always).
2018-03-05 Justin Lebar[XLA] Mark xla_internal_test_main as alwayslink.
2018-03-05 Mark HeffernanReturn ComputationLayout as a reference from the HLO...
2018-03-05 Yuanzhong Xu[XLA] Whitelist send/recv in BF16 passes.
2018-03-05 Alexandre PassosShape function bug in tensor_list_stack
2018-03-05 Jonathan HseuDon't log an error if we can't set HTTP/2.
2018-03-05 Skye Wanderman... Extract the EvaluateConstantTensorForEdge method from...
2018-03-05 A. Unique TensorFlower[XLA] Allocate and track memory in replicas separately.
2018-03-05 Justin Lebar[XLA:GPU] Allow merging into input fusion nodes in...
2018-03-05 A. Unique TensorFlowerFix documentation of image size for inception-v3 (299...
2018-03-05 David SoergelMake SavedModel builder validation accept signatures...
2018-03-05 A. Unique TensorFlowerExposes poisson_regression_head in tf.contrib.estimator.
2018-03-05 Justin Lebar[XLA:GPU] Add some VLOGs to FusionMerger.
2018-03-05 Jianwei XieChange the default ps_ops to STANDARD_PS_OPS
2018-03-05 A. Unique TensorFlowerFix a case in SparseSegmentReduction ops with missing...
2018-03-05 A. Unique TensorFlowerInternal change.
2018-03-05 A. Unique TensorFlowerImprove LinearValidOnShape.
2018-03-05 A. Unique TensorFlowerAutomated g4 rollback of changelist 185073515
2018-03-05 Justin Lebar[XLA] Minor comment fixes in instruction_fusion.cc.
2018-03-05 A. Unique TensorFlowerAdds checks to tf.nn.sparse_softmax_cross_entropy_with_...
2018-03-04 Patrick NguyenPrevent accidental re-use of removed field.
2018-03-04 Priya GuptaFix nested bullets in docs. (Need 4 spaces indent)
2018-03-04 Priya GuptaFix broken links in docs.
2018-03-04 A. Unique TensorFlowerInternal change.
2018-03-04 A. Unique TensorFlowerWill open source this part of code.
2018-03-04 Michael CaseInternal Change.
2018-03-04 Shanqing Caitfdbg: Add link to TensorBoard Debugger Plugin
2018-03-04 A. Unique TensorFlowerMerged commit includes the following changes:
2018-03-03 Benoit SteinerProperly handle the case of functions with no inputs
2018-03-03 Allen LavoieDon't throw errors if non-Checkpointable objects are...
2018-03-03 A. Unique TensorFlowerLoop optimizer: Convert StackPush nodes to Identity...
2018-03-03 Allen LavoieCheckpointable: Fix CPU/GPU device placement issues
2018-03-03 Asim Shankareager/examples: Use tf.keras.Model in RNN examples.
2018-03-02 Michael CaseExit with failure if a free gpu is not found by paralle...
2018-03-02 A. Unique TensorFlowerFix some compiler warnings in MKL build.
2018-03-02 A. Unique TensorFlowerAdds setUseNNAPI to Interpreter.java, to enable develoe...
2018-03-02 Akshay ModiReadVariableOp in C for eager (only for the fastpath)
2018-03-02 A. Unique TensorFlowerBegin a library for statistical testing of samplers.
2018-03-02 A. Unique TensorFlowerAdd a small helper which is useful for quicker debugging.
2018-03-02 Allen LavoieCheckpointable: Have MultiRNNCell add its dependent...
2018-03-02 Sanjoy Das[TF:XLA] Bump open source llvm revision to r326571
2018-03-02 Eli BenderskyMake shape inference error messages more consistent.
2018-03-02 A. Unique TensorFlowerAdd /learning/tfx/ to the visibility group of tensorflo...
2018-03-02 Allen LavoieMake tfe.Metrics Checkpointable
2018-03-02 A. Unique TensorFlowerAutomated g4 rollback of changelist 187582263
2018-03-02 Allen LavoieTFTS: Switch more variables to ResourceVariables to...
2018-03-02 Guangda LaiExclude flaky tests for cuda_on_cpu.
2018-03-02 Suharsh SivakumarFreezeSavedModel support for ResourceVariables.
2018-03-02 Brennan SaetaGCS: Extract block cache interface from implementation.
2018-03-02 Jianwei XieMove the PS_OPS from Estimator to device_setter to...
2018-03-02 Brennan SaetaGCS: Update throttle state even if disabled.
2018-03-02 A. Unique TensorFlowerAdd a configurable preference for scheduling fuller...
2018-03-02 Yuanzhong Xu[XLA] Support while loops and constant in HLO BF16...
2018-03-02 A. Unique TensorFlowerUpdating toolchain configs for GPU builds
2018-03-02 Asim Shankartf.keras: Remove unnecessary "with self.test_sesion...
2018-03-02 A. Unique TensorFlowerAdd bfloat16 support for CPU ops.
2018-03-02 Alexandre PassosNo need to override _handle_device for variables anymore
2018-03-02 Andrew SelleOnly use softfp for android builds to make odroid build...
2018-03-02 Benoit SteinerTake into account the return value mapping of functions
2018-03-02 A. Unique TensorFlowerAdd a testing utility that can be called from compiled...
2018-03-02 Brennan SaetaInternal-only change.
2018-03-02 A. Unique TensorFlowerEliminate the creation of unnecessary read ops when...
2018-03-02 A. Unique TensorFlowerAdd support to convert ResourceVariables of graphs...
2018-03-02 Asim ShankarJava: Update to 1.6.0
2018-03-02 A. Unique TensorFlower[XLA:GPU] Extract multiplication of complex numbers...
2018-03-02 Gunhan GulsoyAutomated g4 rollback of changelist 187563544
2018-03-02 Peter Hawkins[XLA] For graphviz graph dumps that are colored by...
2018-03-02 A. Unique TensorFlowerGrappler: Change memory optimizer recomputation name...
2018-03-02 A. Unique TensorFlowerAllow replacing attributes in templates.
2018-03-02 Jonathan HseuImprove CURL error reporting and handling in the GCS...
2018-03-02 Joshua V. DillonAdd util which creates Python callable with tf.Variable...
2018-03-02 Allen LavoieCheckpointable: Make Templates Checkpointable
2018-03-02 A. Unique TensorFlowerImplement partial constant propagation through IdentityN.
2018-03-02 Jonathan HseuImprove the error message when failing to write events.
next