aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/functionalize_control_flow.cc
Commit message (Expand)AuthorAge
* Revert constant folding to previous state.Gravatar Tong Shen2018-10-05
* Roll forward change "Skip control flow functionalization if there is no Switc...Gravatar Tong Shen2018-10-04
* Automated rollback of commit 2af8fd975aaf5c70ebb396895fa15a8f034a8440Gravatar Tong Shen2018-10-03
* Skip control flow functionalization if there is no Switch or Merge node.Gravatar Tong Shen2018-10-03
* Handle noinline gradient function in control flow functionalization.Gravatar Tong Shen2018-09-28
* Skip SymbolicGradientOp when doing constant folding in control flow functiona...Gravatar Tong Shen2018-09-26
* Optimize function before functionalization.Gravatar Tong Shen2018-09-25
* Roll forward change "Move control flow functionalization as a graph optimizat...Gravatar Tong Shen2018-09-12
* Automated rollback of commit a3776a234f555213aafcf41f49a42a8a9448c4acGravatar Tong Shen2018-09-09
* Move control flow functionalization as a graph optimization pass, instead of ...Gravatar Tong Shen2018-09-09
* [XLA] gtl::optional->absl::optionalGravatar Yunxing Dai2018-08-21
* [XLA] Use absl::make_unique instead of xla::MakeUnique.Gravatar Justin Lebar2018-08-20
* Combine determining conditional clusters and flow forward.Gravatar Jacques Pienaar2018-08-17
* Adding NodeDef names to error messages for better debuggability.Gravatar A. Unique TensorFlower2018-07-27
* [TF:XLA] Validate that the graph has no illegal cycle after functionalize con...Gravatar A. Unique TensorFlower2018-06-26
* Move control flow validation from tf2xla to tf core.Gravatar A. Unique TensorFlower2018-06-21
* [TF:XLA] Validate the control flow structure in encapsulate_subgraphs_pass an...Gravatar A. Unique TensorFlower2018-06-15
* [TF:XLA] Fix the control edges for ops without inputs/outputs passed to Compi...Gravatar A. Unique TensorFlower2018-06-06
* [TF:XLA] Make noinline function work with control flow.Gravatar A. Unique TensorFlower2018-05-16
* `PartitionedCallOp`: An op for executing multi-device functions.Gravatar Akshay Agrawal2018-04-24
* Don't consider control flow edges when computing switch depth of switch.Gravatar Jacques Pienaar2018-04-17
* Initial Python API for specifying outside_compilation blocks that call out fr...Gravatar A. Unique TensorFlower2018-04-09
* Automated g4 rollback of changelist 191963758Gravatar A. Unique TensorFlower2018-04-06
* Initial Python API for specifying outside_compilation blocks that call out fr...Gravatar A. Unique TensorFlower2018-04-06
* [TF2XLA] Account for input edge of predicate.Gravatar Jacques Pienaar2018-02-20
* Rollforward switch group identification with fixes.Gravatar Jacques Pienaar2018-02-12
* Consider beyond immediate neighbors to find exit node.Gravatar Jacques Pienaar2018-02-02
* Automated g4 rollback of changelist 184188816Gravatar Jacques Pienaar2018-02-01
* [TFXLA] Use data flow to determine switch grouping.Gravatar Jacques Pienaar2018-02-01
* [TFXLA] Don't rely on CSE to dedup args.Gravatar Jacques Pienaar2018-01-12
* [TFXLA] Handle control edges to cond not dominated.Gravatar Jacques Pienaar2018-01-04
* [TFXLA] Simplify identification of cond branches.Gravatar Jacques Pienaar2017-12-13
* [TFXLA] Return nullopt if no merge node found.Gravatar Jacques Pienaar2017-11-29
* [TF2XLA] Flow down across switch edges separately.Gravatar Jacques Pienaar2017-11-20
* [TFXLA] Add source node and make GetSwitchCluster more conservative.Gravatar Jacques Pienaar2017-11-14
* [TF2XLA] Don't change output port for control dependency in CopySubgraph.Gravatar Jacques Pienaar2017-11-05
* Set sharding on the _Arg and _Retval nodes of a function when compiled.Gravatar A. Unique TensorFlower2017-11-02
* [TF2XLA] Expand comparator and use consistently in sorting arguments.Gravatar Jacques Pienaar2017-10-16
* [TF2XLA] Keep Switch and Merge nodes in own clusters.Gravatar Jacques Pienaar2017-10-16
* Enable Operation._add_control_inputs() with the C API and related improvementsGravatar Skye Wanderman-Milne2017-10-13
* [TFXLA] Loops whose values are not consumed need no out edges.Gravatar Jacques Pienaar2017-10-05
* [TFXLA] Functionalize tf.cond.Gravatar Jacques Pienaar2017-10-05
* [TF:XLA] Ignore control edges from Enter nodes to the graph sink during loop ...Gravatar Peter Hawkins2017-07-25
* Merge changes from github.Gravatar Shanqing Cai2017-07-10
* [TF:XLA] Fix failure in functionalize_control_flow rewrite for Enter nodes th...Gravatar Peter Hawkins2017-07-06
* [TF:XLA] Add infrastructure in preparation for supporting tf.while_loop() in ...Gravatar Peter Hawkins2017-06-15