aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_instruction.cc
Commit message (Expand)AuthorAge
* [XLA] Add support for sin(x) transcendental.Gravatar A. Unique TensorFlower2017-07-23
* Add clone support for BatchNormGradGravatar A. Unique TensorFlower2017-07-13
* [XLA:CPU] Support for CPU outfeed and a xfeed (infeed/outfeed) test.Gravatar A. Unique TensorFlower2017-07-11
* [BatchNorm] Skeleton code to implement BatchNormGradGravatar A. Unique TensorFlower2017-07-06
* [XLA] Add support for tuple constants via a rewrite that replaces constant tu...Gravatar Peter Hawkins2017-07-06
* Allow "::" in HloInstruction names again.Gravatar A. Unique TensorFlower2017-07-06
* Eliminate HloInstruction::FullyQualifiedName().Gravatar A. Unique TensorFlower2017-07-05
* [XLA] Check for the correct number of strides in shape inference.Gravatar Peter Hawkins2017-07-05
* Clarify rules for names of HloInstructions and HloOpcodes.Gravatar A. Unique TensorFlower2017-07-04
* [XLA] Move HLO reachability into its own file and make update-able.Gravatar Mark Heffernan2017-06-29
* Implement BatchNorm HLOs on PARALLEL_CPU.Gravatar A. Unique TensorFlower2017-06-29
* Speed up HloInstruction::Accept by doing fewer hashtable lookups.Gravatar Justin Lebar2017-06-28
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-27
* [XLA] Remove "operand" argument from HandleReducePrecision.Gravatar A. Unique TensorFlower2017-06-27
* Automated g4 rollback of changelist 160182040Gravatar A. Unique TensorFlower2017-06-26
* Merge changes from github.Gravatar A. Unique TensorFlower2017-06-26
* Remove operand parameters from Handle{Maximum,Minimum,Convert,Copy}.Gravatar A. Unique TensorFlower2017-06-20
* [XLA:CPU] Thread-parallel CPU backend (work in progress).Gravatar A. Unique TensorFlower2017-06-19
* Remove class xla::LiteralUtil. NFC (mind-numbingly so).Gravatar A. Unique TensorFlower2017-06-19
* Add plumbing for a ReducePrecision operation.Gravatar A. Unique TensorFlower2017-06-16
* Use a non-recursive DFS in HloInstruction::Accept to avoid stackGravatar A. Unique TensorFlower2017-06-14
* [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
* Replace std::function object with regular function.Gravatar A. Unique TensorFlower2017-06-07
* Minor cleanup: Add braces around if statement arms; remove redundant "return"...Gravatar A. Unique TensorFlower2017-06-06
* Introduce new class Literal to replace protobuf Literal.Gravatar A. Unique TensorFlower2017-06-01
* Preallocate vector storage when the ultimate vector size is known in advanceGravatar A. Unique TensorFlower2017-06-01
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25
* Normalize arguments for HandleDynamicSlice. NFC.Gravatar A. Unique TensorFlower2017-05-16
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Internal change.Gravatar A. Unique TensorFlower2017-05-03
* [XLA] Make ReshapeMover account for broadcast operands, add VLOGging for debug.Gravatar A. Unique TensorFlower2017-04-29
* [XLA] Various HLO naming fixes.Gravatar Mark Heffernan2017-04-27
* [XLA:HLO] Avoid stuttering the clone suffix in HloInstruction names.Gravatar Mark Heffernan2017-04-24
* [XLA:HLO] Reduce copy and get-tuple-element instructions added by CopyInsertion.Gravatar A. Unique TensorFlower2017-04-24
* [XLA] Fix the parameter instruction printing issueGravatar A. Unique TensorFlower2017-04-20
* [XLA:HLO] Also clone metadata when cloning instructions e.g. in fusion.Gravatar A. Unique TensorFlower2017-04-20
* [XLA] Represent fusion instructions as a HloComputationGravatar A. Unique TensorFlower2017-04-17
* Internal-only changes.Gravatar David Majnemer2017-04-14
* [XLA] Only pass instruction in instruction visitor functions.Gravatar A. Unique TensorFlower2017-04-14
* [XLA] Flatten computation call graphGravatar A. Unique TensorFlower2017-04-14
* [XLA] Fix cloning of tuples in HloInstruction::CloneWithNewOperands.Gravatar A. Unique TensorFlower2017-04-11
* [XLA] Add HLO verifier that checks HLO instruction's parent computation.Gravatar A. Unique TensorFlower2017-03-28
* [XLA] Rematerialize subcomputations.Gravatar Mark Heffernan2017-03-24
* Refactor convolution dimension numbers and windows dumping codeGravatar A. Unique TensorFlower2017-03-16
* [XLA] Replace uses of std::set with std::vector.Gravatar Mark Heffernan2017-03-10
* [TF:XLA] Add debug metadata to HLO ops.Gravatar Brennan Saeta2017-03-09
* [TF:XLA] Reduce sequential memory usage via better ordering and simulated heap.Gravatar A. Unique TensorFlower2017-03-02
* [XLA] Add basic outfeed support.Gravatar Jacques Pienaar2017-02-27
* [TF:XLA] Silence a number of compiler warnings, in particular warnings repeat...Gravatar Peter Hawkins2017-02-27