Searched refs:SendToHost (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 555 XlaOp SendToHost(const XlaOp& operand, const XlaOp& token, 993 friend XlaOp SendToHost(const XlaOp& operand, const XlaOp& token, 1855 XlaOp SendToHost(const XlaOp& operand, const XlaOp& token,
|
D | xla_builder.cc | 2406 XlaOp XlaBuilder::SendToHost(const XlaOp& operand, const XlaOp& token, in SendToHost() function in xla::XlaBuilder 3457 XlaOp SendToHost(const XlaOp& operand, const XlaOp& token, in SendToHost() function 3459 return operand.builder()->SendToHost(operand, token, shape_with_layout, in SendToHost()
|