Home
last modified time | relevance | path

Searched refs:RecvFromHost (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h558 XlaOp RecvFromHost(const XlaOp& token, const Shape& shape,
996 friend XlaOp RecvFromHost(const XlaOp& token, const Shape& shape,
1861 XlaOp RecvFromHost(const XlaOp& token, const Shape& shape,
Dxla_builder.cc2453 XlaOp XlaBuilder::RecvFromHost(const XlaOp& token, const Shape& shape, in RecvFromHost() function in xla::XlaBuilder
3463 XlaOp RecvFromHost(const XlaOp& token, const Shape& shape, in RecvFromHost() function
3465 return token.builder()->RecvFromHost(token, shape, handle); in RecvFromHost()