aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_opcode.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatMap to absl::flat_hash_mapGravatar Benjamin Kramer2018-10-01
* [XLA] Switch to absl::StrFormat.Gravatar Justin Lebar2018-08-27
* [TF:XLA] Fix string to HLO opcode conversion for atan2, complex, imag and real.Gravatar A. Unique TensorFlower2017-10-31
* [XLA] Remove dead opcode kIndex.Gravatar Justin Lebar2017-10-30
* [TF:XLA] Small code cleanup. Re-alphabetized.Gravatar A. Unique TensorFlower2017-10-27
* [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
* Make the HLO proto representation (hlo.proto) full fidelity. Hlo modules can ...Gravatar Mark Heffernan2017-10-13
* [XLA] Add ShiftLeft, ShiftRightArithmetic, and ShiftRightLogical operators.Gravatar Peter Hawkins2017-10-13
* [TF:XLA] Rename HloOpcode::kLogicalX to kXGravatar A. Unique TensorFlower2017-10-09
* [XLA] Add support for QuantizeAndDequantizeV2.Gravatar Chris Leary2017-09-25
* Implement Batchnorm Inference by expanding them into smaller ops.Gravatar A. Unique TensorFlower2017-08-17
* [XLA] Add support for sin(x) transcendental.Gravatar A. Unique TensorFlower2017-07-23
* [BatchNorm] Skeleton code to implement BatchNormGradGravatar A. Unique TensorFlower2017-07-06
* Clarify rules for names of HloInstructions and HloOpcodes.Gravatar A. Unique TensorFlower2017-07-04
* Add plumbing for a ReducePrecision operation.Gravatar A. Unique TensorFlower2017-06-16
* [XLA] Add a Cos unary operation that computes the elementwise cosineGravatar Petros Mol2017-06-14
* We believe a fused version of batch_norm_op can speed the algorithm up. This ...Gravatar A. Unique TensorFlower2017-06-13
* Add a tool that converts HLO computations to tensorflow GraphDef which can be...Gravatar A. Unique TensorFlower2017-04-07
* [XLA] Add an IsFinite operation that tests elementwise whether values are fin...Gravatar Peter Hawkins2017-02-24
* Addition of Outfeed HLO op.Gravatar Tayo Oguntebi2017-01-27
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09