aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/xla_data.proto
Commit message (Expand)AuthorAge
* [XLA] Teach Literal to round trip S8 through protosGravatar Benjamin Kramer2018-09-12
* [XLA] Rename PrecisionConfigProto to PrecisionConfigGravatar David Majnemer2018-09-05
* [XLA] Make explicit that negative interior_padding is not allowed.Gravatar Justin Lebar2018-08-28
* [XLA] Add the xla interface for CollectivePermute.Gravatar A. Unique TensorFlower2018-08-28
* [XLA] Expose a way to control dot/conv precisionGravatar David Majnemer2018-08-22
* Improve gather ergonomics by renaming fields.Gravatar Sanjoy Das2018-08-16
* [XLA] Add the xla interface for AllToAll.Gravatar A. Unique TensorFlower2018-08-08
* [XLA] Add Scatter HLO.Gravatar A. Unique TensorFlower2018-08-01
* Add single-sided host send and receive operations.Gravatar Mark Heffernan2018-07-17
* Add interface in Compiler for computing the default backend configuration of ...Gravatar Bjarke Hammersholt Roune2018-06-19
* Cleanup shape_inference.Gravatar A. Unique TensorFlower2018-06-08
* Delete deprecated protos.Gravatar A. Unique TensorFlower2018-06-08
* Add TOKEN primitive type.Gravatar Mark Heffernan2018-06-04
* [XLA] Add log1p/expm1Gravatar David Majnemer2018-05-09
* [XLA:CPU] Re-use the same llvm::GlobalVariable for identical literalsGravatar Sanjoy Das2018-05-01
* Initial addition of CLZ HLOGravatar Jacques Pienaar2018-04-18
* Fix comment in xla_data.proto related to padding value for Windows.Gravatar Mark Heffernan2018-04-13
* Generalize the gather_indices dimension that stores indicesGravatar Sanjoy Das2018-02-26
* [XLA] Add some plumbing, documentation, verification and shape inference for ...Gravatar Sanjoy Das2018-02-16
* [TF:XLA] Adds HostCompute HLO - a pseudo-op to represent host-side computation.Gravatar A. Unique TensorFlower2018-02-16
* [XLA] Initial sparse layout supportGravatar A. Unique TensorFlower2018-01-08
* [XLA] Fix xla_data.proto for protocGravatar David Majnemer2018-01-03
* [XLA] Remove RNG_BERNOULLIGravatar David Majnemer2018-01-03
* [XLA] Add format field to layoutGravatar A. Unique TensorFlower2017-12-18
* [XLA] Implement Conditional in XLA service, client ComputationBuilder, and CP...Gravatar A. Unique TensorFlower2017-12-07
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
* [XLA] Adds Dot with DotDimensionNumbers proto for specifying arbitrary contra...Gravatar A. Unique TensorFlower2017-11-30
* [XLA] Separate input and output spatial dimensions for convolutionGravatar David Majnemer2017-11-27
* [XLA] Add BitcastConvert HLO op to enable bitwise operations onGravatar A. Unique TensorFlower2017-11-21
* Add field to HLO proto field to enable reversing a convolution filter.Gravatar Blake Hechtman2017-11-17
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-13
* Automated g4 rollback of changelist 175252067Gravatar Peter Hawkins2017-11-11
* Add bfloat support to XLA.Gravatar Yunxing Dai2017-11-10
* When sharding a tuple, we typically want to describe the data shardingGravatar A. Unique TensorFlower2017-11-10
* Adds FftType and FftRequest in anticipation of HLO plumbing for FFT ops.Gravatar A. Unique TensorFlower2017-11-02
* [XLA] Remove dead opcode kIndex.Gravatar Justin Lebar2017-10-30
* Supported in this CL:Gravatar A. Unique TensorFlower2017-10-30
* [XLA:CPU] [XLA:GPU] Adds compiler support for C64 primitive type, including r...Gravatar A. Unique TensorFlower2017-10-27
* [XLA] Remove dead kUpdate opcode.Gravatar Justin Lebar2017-10-25
* [XLA] Adds a C64 type to XLA, with actual compilation support coming soon.Gravatar A. Unique TensorFlower2017-10-23
* [TF:XLA] Update xla_data comments for And, Or, and Not.Gravatar A. Unique TensorFlower2017-10-16
* [XLA] Add ShiftLeft, ShiftRightArithmetic, and ShiftRightLogical operators.Gravatar Peter Hawkins2017-10-13
* Automated g4 rollback of changelist 170358888Gravatar David Majnemer2017-10-12
* [TF:XLA] Rename BINOP_LOGICAL_X to BINOP_XGravatar A. Unique TensorFlower2017-10-10
* Automated g4 rollback of changelist 170130811Gravatar David Majnemer2017-09-28
* [XLA] Split input and output in ConvolutionDimensionNumbersGravatar David Majnemer2017-09-26
* [XLA] Map API change to enable mapping over an arbitrary set of dimensions.Gravatar A. Unique TensorFlower2017-09-26
* [XLA] Add support for QuantizeAndDequantizeV2.Gravatar Chris Leary2017-09-25
* [XLA] Adds an API to attach a device assignment to HLO operators.Gravatar Peter Hawkins2017-09-24
* Implement Batchnorm Inference by expanding them into smaller ops.Gravatar A. Unique TensorFlower2017-08-17