aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc
Commit message (Expand)AuthorAge
* [XLA] Make tensorflow/compiler use absl::{StrCat,string_view,InlinedVector} c...Gravatar Benjamin Kramer2018-09-05
* [XLA] Rename all (Mutable)ArraySlice to absl::Span.Gravatar Tim Shen2018-08-30
* Use absl functions instead of str_util within tf2xla.Gravatar Justin Lebar2018-08-23
* Do not mark constants as guaranteed constants.Gravatar A. Unique TensorFlower2018-07-11
* [TF:XLA] Pass source tensors in original input graph to subgraph rewrite func...Gravatar Peter Hawkins2018-06-14
* [TF:XLA] Remove parallel checking support from encapsulate_subcomputations_pass.Gravatar Peter Hawkins2018-06-13
* Make GraphConstructor create nodes in the same order as the GraphDef.Gravatar Skye Wanderman-Milne2018-05-31
* `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
* Add attr when rewriter adds an XlaHostCompute Op indicating which outside_com...Gravatar A. Unique TensorFlower2018-03-30
* Replaced calls to deprecated tensorflow::StringPiece methods with theirGravatar 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
* Marks args as runtime consts in XLA EncapsulateSubgraphsPass.Gravatar Vinu Rajashekhar2017-12-04
* Change function parameters to references to avoid copying, or otherwise move ...Gravatar A. Unique TensorFlower2017-06-02
* Add a mechanism for ControlFlowContexts to notify outer contexts of nodes add...Gravatar Peter Hawkins2017-05-10
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Move equal_graph_def.h/cc from core/graph to core/utilGravatar Skye Wanderman-Milne2017-03-29
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* Initial open-source release of XLA: Accelerated Linear Algebra.Gravatar Peter Hawkins2017-01-09