Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h555 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,
Dxla_builder.cc2406 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()