Searched refs:RecvFromHost (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 558 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,
|
D | xla_builder.cc | 2453 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()
|