aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/experimental
Commit message (Collapse)AuthorAge
* [XLA] Add an IsFinite operation that tests elementwise whether values are ↵Gravatar Peter Hawkins2017-02-24
| | | | | | finite (i.e., not NaN or Inf). Change: 148485205
* [XLA] Change XLA operation RngUniform semantics to return values in a ↵Gravatar Peter Hawkins2017-01-27
| | | | | | semi-open interval rather than a closed interval to match Tensorflow tf.random_uniform semantics. Change: 145796505
* Improve support for pad instructions with negative padding.Gravatar Mark Heffernan2017-01-23
| | | | | | | | | | | Define semantics of negative padding in the Pad instruction to be identical to padding inside of convolution operation ConvWithGeneralPadding. Also make negative padding work in the backends. Specific changes: (1) Add transformation to algebraic simplifier which replaces negative padding with slices. (2) fix ReferenceUtil to properly handle negative padding and interior padding. (3) Add negative padding explanation to operation semantics g3doc. (4) Extend LayoutsInShapesEqual and CopyLayoutBetweenShapes to work with shapes which are not exactly compatible but have the same rank and tuple structure. Change: 145355127
* Removed extra / in textGravatar Toby Boyd2017-01-10
| | | | Change: 144130687
* XLA Documents for initial launchGravatar A. Unique TensorFlower2017-01-09
Change: 144006194