aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_computation.cc
Commit message (Expand)AuthorAge
...
* [XLA] Remove the notion of a "parameter name" separate from the instruction's...Gravatar Justin Lebar2017-12-14
* [XLA] Gather the bool parameters into one thing to control the text format.Gravatar A. Unique TensorFlower2017-12-14
* Changed to allow removing side-effect instructions from an HLO computationGravatar HyoukJoong Lee2017-11-28
* When constructing fusion computations from a proto, do not uniquify the names...Gravatar Mark Heffernan2017-11-16
* Hlo parser: support fusion.Gravatar A. Unique TensorFlower2017-11-13
* Rollback copy insertion change because it results in a DCHECK with an interna...Gravatar Mark Heffernan2017-11-03
* [TF:XLA] Improve support for const HLO visitors.Gravatar A. Unique TensorFlower2017-11-03
* Rewrite CopyInsertion to use module-scoped HloAliasAnalysis. The net effect (...Gravatar Mark Heffernan2017-11-02
* [XLA] Add dead tuple elem removal to WhileLoopSimplifier.Gravatar Justin Lebar2017-11-02
* [TF:XLA] Add a const HLO visitor.Gravatar A. Unique TensorFlower2017-11-02
* Fixed HloComputation/HloInstruction clone to allow deep clone, and avoid the ...Gravatar A. Unique TensorFlower2017-11-01
* [XLA] Allow full dumps of constant values via boolean parameter.Gravatar Chris Leary2017-11-01
* Supported in this CL:Gravatar A. Unique TensorFlower2017-10-30
* Support more instructions in Hlo parser.Gravatar A. Unique TensorFlower2017-10-24
* Add a recursive descent parser for the HloModule string. It constructs an Hlo...Gravatar A. Unique TensorFlower2017-10-19
* `tf.py_func`: Handle NumPy arrays of np.object that hold unicode strings.Gravatar Derek Murray2017-10-19
* Add a recursive descent parser for the HloModule string. It constructs an Hlo...Gravatar A. Unique TensorFlower2017-10-19
* Make the HLO proto representation (hlo.proto) full fidelity. Hlo modules can ...Gravatar Mark Heffernan2017-10-13
* [XLA] Make it possible to inline calls to side-effecting computations.Gravatar Chris Leary2017-09-29
* [XLA] Make HloComputation::instructions() return a view of HloInstruction*s.Gravatar Justin Lebar2017-09-28
* [XLA] Replace HloComputation::ReplaceUsesOfInstruction with HloInstruction::R...Gravatar Justin Lebar2017-09-27
* [XLA] Refactor parent-fusion-instruction pointer into HloComputation, not Hlo...Gravatar A. Unique TensorFlower2017-08-30
* [XLA] Teach HloComputation::Reparent to properly handle reparenting into fusi...Gravatar A. Unique TensorFlower2017-08-30
* Add option to HloComputation::DeepCopyInstruction for selectively copying onlyGravatar Mark Heffernan2017-08-25
* Merge changes from github.Gravatar Jonathan Hseu2017-08-25
* Add option to HloComputation::DeepCopyInstruction for selectively copying onlyGravatar Mark Heffernan2017-08-25
* Merging sibling fusion instruction using multi_output_fusionGravatar A. Unique TensorFlower2017-08-10
* Consider the nested computations when checking if an instruction isGravatar HyoukJoong Lee2017-08-09
* Assign unique ids at the HloModule level to each HloInstruction object.Gravatar Jeffrey A. Dean2017-08-02
* [XLA:CPU] Support for CPU outfeed and a xfeed (infeed/outfeed) test.Gravatar A. Unique TensorFlower2017-07-11
* [XLA] Add reasonable error messages to Builder::Build for bad parameter numbers.Gravatar A. Unique TensorFlower2017-07-06
* Make HloInstruction names unique with an HloModule.Gravatar A. Unique TensorFlower2017-07-04
* [XLA] Move HLO reachability into its own file and make update-able.Gravatar Mark Heffernan2017-06-29
* [XLA] Several fixes to HLO reachability analysis.Gravatar Mark Heffernan2017-06-28
* Minor cleanup: Add braces around if statement arms; remove redundant "return"...Gravatar A. Unique TensorFlower2017-06-06
* Minor cleanup: Remove unused BUILD dependencies and unnecessary code.Gravatar A. Unique TensorFlower2017-06-02
* [TF:XLA] preserve metadata when replacing HLO instructions.Gravatar Eric Liu2017-05-30
* Add debug protos that serialize HLO graph information.Gravatar A. Unique TensorFlower2017-05-25
* [XLA] Avoid accumulating '%' in front of fusion parameter names.Gravatar A. Unique TensorFlower2017-05-17
* [XLA] Various HLO naming fixes.Gravatar Mark Heffernan2017-04-27
* [XLA:HLO] Don't remove HLO instructions with control dependencies in DCE.Gravatar Mark Heffernan2017-04-25
* [XLA] Fix the parameter instruction printing issueGravatar A. Unique TensorFlower2017-04-20
* [XLA] Fix the indentation for printing fusion computation.Gravatar A. Unique TensorFlower2017-04-18
* [XLA] Represent fusion instructions as a HloComputationGravatar A. Unique TensorFlower2017-04-17
* [XLA] Flatten computation call graphGravatar A. Unique TensorFlower2017-04-14
* [XLA] Break fix for compiler scoping error in OSS compiler.Gravatar A. Unique TensorFlower2017-03-28
* [XLA] Add HLO verifier that checks HLO instruction's parent computation.Gravatar A. Unique TensorFlower2017-03-28
* Improve fused instruction dumpGravatar A. Unique TensorFlower2017-03-17
* [XLA] Replace uses of std::set with std::vector.Gravatar Mark Heffernan2017-03-10
* [TF:XLA] Reduce sequential memory usage via better ordering and simulated heap.Gravatar A. Unique TensorFlower2017-03-02