aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
Commit message (Expand)AuthorAge
* Merge pull request #17672 from joeyearsley:patch-3Gravatar TensorFlower Gardener2018-10-02
|\
* | Support shape_invariants in while_v2. Note that this arg is temporary and may...Gravatar Saurabh Saxena2018-10-02
* | Add proto serialization/deserialization testing to the HLO parser tests.Gravatar Mark Heffernan2018-10-02
* | Copy tf.distributions to tfp.distributions, and deprecate the tf.distribution...Gravatar A. Unique TensorFlower2018-10-02
* | Allow passing --allow_nonexistent_arrays via toco_convertGravatar A. Unique TensorFlower2018-10-02
* | Disable fused_conv tests that don't build in open-source.Gravatar Todd Wang2018-10-02
* | Allow creating a list from a tensor. Fix a few inconsistencies in the tensor ...Gravatar Dan Moldovan2018-10-02
* | Fix the case when an object may have multiple directives with the same annota...Gravatar Dan Moldovan2018-10-02
* | Merge pull request #22126 from ConcurrencyPractitioner:masterGravatar TensorFlower Gardener2018-10-02
|\ \
* | | [XLA] Replace the last FlatMap in XLA with a simple array.Gravatar Benjamin Kramer2018-10-02
* | | Remove dependency on contrib model_variable.Gravatar Suharsh Sivakumar2018-10-02
* | | [XLA] Fix some outdated comments referring to FlatMapGravatar Benjamin Kramer2018-10-02
* | | Generate an error when --rnn_states refers to array names that aren't produce...Gravatar A. Unique TensorFlower2018-10-02
* | | Use xlogy in a few places in TFP to avoid NaN's for certain special cases.Gravatar A. Unique TensorFlower2018-10-02
| | * Updated ordering for kwargsGravatar joe yearsley2018-10-02
* | | Make StatelessRandomOpsTest.testRandomNormalIsFinite actually test stateless_...Gravatar Peter Hawkins2018-10-02
* | | Export endpoint for the version of the `regex_replace` function that calls St...Gravatar A. Unique TensorFlower2018-10-02
* | | Add a hint parameter to TransferLiteralToDeviceAsync that the implementation ...Gravatar A. Unique TensorFlower2018-10-02
* | | Fix layout assignment for cross module all reduceGravatar A. Unique TensorFlower2018-10-02
* | | compat: Update forward compatibility horizon to 2018-10-02Gravatar A. Unique TensorFlower2018-10-02
* | | Check that IsValid{Input|Output}Tensor is only given non-control edgesGravatar Sanjoy Das2018-10-01
* | | Loosen test bounds.Gravatar Revan Sopher2018-10-01
* | | Merge pull request #21958 from MattConley:CudaOccupancyGravatar TensorFlower Gardener2018-10-01
|\ \ \
* | | | Add mode_override to the TPU embedding enqueue ops. This allows the mode to beGravatar A. Unique TensorFlower2018-10-01
* | | | [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* | | | Make Keras/TPU more robust to closed TF sessions.Gravatar Russell Power2018-10-01
* | | | Merge pull request #21868 from kingofthebongo2008:upgrade_protobuf_to_v_3.6.1Gravatar TensorFlower Gardener2018-10-01
|\ \ \ \
* | | | | [XLA] Add kAllToAll and kCollectivePermute to EffectiveOperandPrecisionIsOutp...Gravatar A. Unique TensorFlower2018-10-01
* | | | | [tf.data] Adding `tf.data.Options()`, `tf.data.Dataset.options()`, and `tf.da...Gravatar Jiri Simsa2018-10-01
* | | | | [tf.data] More robust solution for input pipeline <--> performance model coor...Gravatar Jiri Simsa2018-10-01
* | | | | Mark bfloat16 as supported for ExponentialMovingAverage.Gravatar A. Unique TensorFlower2018-10-01
* | | | | [tf.data] Deprecate `tf.contrib.data` and introduce `tf.data.experimental` to...Gravatar Derek Murray2018-10-01
* | | | | Change semantics of DistributionStrategy.update() to make sure theGravatar A. Unique TensorFlower2018-10-01
* | | | | Override implementation of log survival for Exponential distribution to bette...Gravatar A. Unique TensorFlower2018-10-01
* | | | | [TF/XLA] Optimize `Encapsulator::GetFunctionNameAttr()`.Gravatar Derek Murray2018-10-01
* | | | | Small tweaks to comments and documentation strings.Gravatar A. Unique TensorFlower2018-10-01
* | | | | Add email comment explicitly authorizing distributions/special_math.py be rel...Gravatar Joshua V. Dillon2018-10-01
* | | | | If keras_model_path is google storage url, provide util to download modelGravatar Zhenyu Tan2018-10-01
* | | | | Improve error message in transpose shape inference.Gravatar Tayo Oguntebi2018-10-01
* | | | | Clean up the build_xla_ops to use the generated C++ TF op wrappers.Gravatar Sanjoy Das2018-10-01
* | | | | Fix Android builds when using --define=with_tflite_flexGravatar Jared Duke2018-10-01
* | | | | Remove jemalloc build files and dead configuration options.Gravatar Ayush Dubey2018-10-01
* | | | | Added option (off by default) to enable a higher-performance variant of theGravatar A. Unique TensorFlower2018-10-01
* | | | | Don't generate backward function and delete when its not necessaryGravatar Akshay Modi2018-10-01
* | | | | Don't run initialize ops if it's empty. Fixes a bug when using the profiler.Gravatar Jonathan Hseu2018-10-01
* | | | | Drop external control dependencies in tfe.defun.Gravatar Alexandre Passos2018-10-01
* | | | | internal changeGravatar Mark Daoust2018-10-01
* | | | | Fix benchmark regression.Gravatar Alexandre Passos2018-10-01
* | | | | Update keras_applications to 1.0.6 and keras_preprocessing to 1.0.5.Gravatar Francois Chollet2018-10-01
* | | | | Disable async remote testsGravatar Akshay Modi2018-10-01