Home
last modified time | relevance | path

Searched defs:AfterAll (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md16 ## AfterAll section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1473 XlaOp XlaBuilder::AfterAll(absl::Span<const XlaOp> tokens) { in AfterAll() function in xla::XlaBuilder
3482 XlaOp AfterAll(XlaBuilder* builder, absl::Span<const XlaOp> tokens) { in AfterAll() function