Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md16 ## AfterAll section in Operation Semantics
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py767 def AfterAll(self, tokens): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1529 XlaOp XlaBuilder::AfterAll(absl::Span<const XlaOp> tokens) { in AfterAll() function in xla::XlaBuilder
3550 XlaOp AfterAll(XlaBuilder* builder, absl::Span<const XlaOp> tokens) { in AfterAll() function