aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/encapsulate_subgraphs_pass.cc
Commit message (Expand)AuthorAge
* [XLA] Migrate from gtl::FlatSet to absl::flat_hash_setGravatar Benjamin Kramer2018-10-01
* [TF/XLA] Optimize `Encapsulator::GetFunctionNameAttr()`.Gravatar Derek Murray2018-10-01
* Bugfix: When a subgraph is encapsulated and replaced by XlaLaunch op, the req...Gravatar A. Unique TensorFlower2018-10-01
* Automated rollback of commit ac60b46e2c5962fd8099a4406c1788d826ad3c0dGravatar A. Unique TensorFlower2018-09-13
* Automated rollback of commit 45965cfd8b54fb113275ffdaced5366e28aa3553Gravatar Yanan Cao2018-09-11
* Graph optimization pass that creates XlaLaunch ops for the computations that ...Gravatar A. Unique TensorFlower2018-09-11
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* Directly import tensor.proto.h (the transitive import will be removed from te...Gravatar Eugene Brevdo2018-08-23
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* Don't auto-cluster must-be-constant ops with side effects.Gravatar Sanjoy Das2018-08-23
* Make FunctionLibraryDefinition thread-safe.Gravatar Akshay Agrawal2018-08-10
* Add some debug information.Gravatar Tong Shen2018-07-18
* Do not mark constants as guaranteed constants.Gravatar A. Unique TensorFlower2018-07-11
* Conditionally add the shape inference fdef.Gravatar A. Unique TensorFlower2018-07-03
* 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] Pass source tensors in original input graph to subgraph rewrite func...Gravatar Peter Hawkins2018-06-14
* [TF:XLA] Replace bespoke NodeSlot class in subgraph encapsulation code with I...Gravatar Peter Hawkins2018-06-13
* [TF:XLA] Remove parallel checking support from encapsulate_subcomputations_pass.Gravatar Peter Hawkins2018-06-13
* Merge changes from github.Gravatar Yifei Feng2018-05-24
* `PartitionedCallOp`: An op for executing multi-device functions.Gravatar Akshay Agrawal2018-04-24
* Track dependencies between outside_compilation clusters so that control edges...Gravatar A. Unique TensorFlower2018-04-20
* Fix shape inference for outside_compilation clusters that include cycles.Gravatar A. Unique TensorFlower2018-04-12
* Add attr when rewriter adds an XlaHostCompute Op indicating which outside_com...Gravatar A. Unique TensorFlower2018-03-30
* Leaves attributes on outside_compilation nodes so they can be replicated in a...Gravatar A. Unique TensorFlower2018-03-29
* Code cleanup: rather than storing the outside_compilation shape inference gra...Gravatar A. Unique TensorFlower2018-03-22
* Add initial host transfer ops for XLA support for computation on the host dur...Gravatar A. Unique TensorFlower2018-03-15
* Update graph rewrites for host compute opsGravatar A. Unique TensorFlower2018-03-07
* Add shape inference for outside_compilation graph rewrite. Pull out enough of...Gravatar A. Unique TensorFlower2018-02-02
* Automated g4 rollback of changelist 184153187Gravatar Anna R2018-02-01
* Add shape inference for outside_compilation graph rewrite. Pull out enough of...Gravatar A. Unique TensorFlower2018-02-01
* Initial checkin for outside_compilation. Adds a new attribute for encapsulati...Gravatar A. Unique TensorFlower2017-12-19
* Refactor encapsulate_subgraphs_pass in preparation for adding new functionality.Gravatar A. Unique TensorFlower2017-12-14
* Marks args as runtime consts in XLA EncapsulateSubgraphsPass.Gravatar Vinu Rajashekhar2017-12-04
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-17
* Automated g4 rollback of changelist 165521057Gravatar Rohan Jain2017-08-17
* Allowing functions to run across devices. This change expands the ProcessFunc...Gravatar Rohan Jain2017-08-16
* Minor cleanup: remove unused constructionsGravatar A. Unique TensorFlower2017-07-01
* [TF:XLA] Don't enforce that all nodes in an encapsulated subgraph are on the ...Gravatar Peter Hawkins2017-05-31
* Use "override" and "nullptr"; remove unused includesGravatar A. Unique TensorFlower2017-05-26
* Many algorithms need to enumerate the set of nodes within a graph, while excl...Gravatar A. Unique TensorFlower2017-05-22
* Automated g4 rollback of changelist 156251356Gravatar Geoffrey Irving2017-05-17
* Automated g4 rollback of changelist 156244933Gravatar Geoffrey Irving2017-05-16
* Reduce direct references to NodeDef in favor of Node and AttrSliceGravatar Geoffrey Irving2017-05-16
* Add a mechanism for ControlFlowContexts to notify outer contexts of nodes add...Gravatar Peter Hawkins2017-05-10
* [TF:XLA] Add support for resource variables to the Tensorflow/XLA bridge.Gravatar Peter Hawkins2017-02-21
* Add support for passes that run post-partitioning to OptimizationRegistry.Gravatar Peter Hawkins2017-01-14
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09