aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/python
Commit message (Expand)AuthorAge
* [XLA] Add base and window dilation support to ReduceWindowGravatar David Majnemer2018-10-06
* Add feature_group_count parameter of Convolution op to xla_client.py.Gravatar Adrian Kuegel2018-09-20
* Global de-std::unique_ptr cleanup for xla::Literal.Gravatar A. Unique TensorFlower2018-09-10
* Fix compilation of XLA.Gravatar Ilya Biryukov2018-09-07
* Change headers to directly include absl::Span, and clean up the buildGravatar Tim Shen2018-08-30
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [XLA] Use absl string types and functions instead of the TF versions.Gravatar Justin Lebar2018-08-23
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* [XLA] add SortKeyVal to the local Python client.Gravatar A. Unique TensorFlower2018-08-20
* [XLA] add complex number operations to the local Python clientGravatar A. Unique TensorFlower2018-07-31
* [XLA] This is a step to incrementally move client/xla_client/* to client/.Gravatar A. Unique TensorFlower2018-07-25
* Move xla_computation.* from xla/client/xla_client up to xla/client.Gravatar Mark Heffernan2018-07-25
* [XLA] add BitcastConvertType to local Python clientGravatar A. Unique TensorFlower2018-07-20
* [XLA] add XLA math library primitives to local Python clientGravatar A. Unique TensorFlower2018-07-19
* [XLA] add bit shift operators to local Python clientGravatar A. Unique TensorFlower2018-07-18
* [XLA] tweak LocalComputation.Compile in XLA Python client so that layout_fn i...Gravatar A. Unique TensorFlower2018-07-10
* [TF:XLA] Split literal_util into {literal, literal_util}.Gravatar Kay Zhu2018-07-03
* [XLA] Rename {SqrtF32, SquareF32, ReciprocalF32} to {Sqrt, Square, Reciprocal...Gravatar Peter Hawkins2018-07-02
* [XLA] Change code in tensorflow/compiler/xla that uses XlaBuilder:: methods t...Gravatar Peter Hawkins2018-06-27
* Remove static_operands, which was a dead fieldGravatar A. Unique TensorFlower2018-06-25
* [TF:XLA] Add Xor to the XLA Python client.Gravatar A. Unique TensorFlower2018-06-25
* [XLA] Overload `Shape.__ne__` to match existing `Shape.__eq__` in Python client.Gravatar Roy Frostig2018-06-22
* [XLA] Propagate StatusOr through SWIG interface.Gravatar Chris Leary2018-06-16
* [XLA] "Global value" tuple destructuring available via SWIG APIs.Gravatar Chris Leary2018-06-12
* [XLA] Make Log1p & Expm1 available through pythonGravatar David Majnemer2018-06-11
* [XLA] Add an unoptimized HLO output flag to ExecutableBuildOptions and to the...Gravatar Roy Frostig2018-06-01
* [xla] expose a ConvGeneralDilated op in the local Python clientGravatar A. Unique TensorFlower2018-06-01
* Let the swig wrapped builder to return the HloModuleProto.Gravatar A. Unique TensorFlower2018-05-30
* Avoid accessing platform/default directly.Gravatar A. Unique TensorFlower2018-05-17
* [XLA] First step in adding Literal slice classes, to improve interface safetyGravatar Kay Zhu2018-05-09
* [XLA] Redesign: migrate the SWIG wrapped xla client.Gravatar A. Unique TensorFlower2018-05-04
* [XLA] Make LocalShapedBuffer::FromLiteral fallible by passing StatusOr wrapper.Gravatar Chris Leary2018-05-04
* Remove the inter-op thread poolGravatar Sanjoy Das2018-04-26
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* [XLA] Rework the local XLA client's Shape class with separate array and tuple...Gravatar Roy Frostig2018-04-19
* Internal change.Gravatar Anna R2018-04-19
* [XLA] De-unique_ptr-ify ShapedBuffer and ScopedShapedBuffer.Gravatar Justin Lebar2018-04-19
* disabling opensource testing for failing xla testGravatar Olivia Nordquist2018-04-19
* [XLA] Add IsConstant to the local Python client.Gravatar A. Unique TensorFlower2018-03-30
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* [XLA] Plumb hlo dump options via local client.Gravatar Chris Leary2018-03-20
* [XLA:python] Plumb hlo_profile flag.Gravatar Chris Leary2018-03-16
* [XLA:python] Fix a bug where returning an status would not incref Py_None.Gravatar Chris Leary2018-03-16
* [XLA] Add more supported dtypes to the local Python client.Gravatar A. Unique TensorFlower2018-02-26
* [XLA] Add SliceInDim to the local Python XLA client.Gravatar A. Unique TensorFlower2018-02-22
* Merge changes from github.Gravatar Ankur Taly2018-02-16
* [XLA:python] Add ability to set result layouts via Python API.Gravatar Chris Leary2018-02-14
* [XLA:python] Plumb method to get program shape / return shape from builder.Gravatar Chris Leary2018-02-14