Searched refs:SendWithToken (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 552 XlaOp SendWithToken(const XlaOp& operand, const XlaOp& token, 989 friend XlaOp SendWithToken(const XlaOp& operand, const XlaOp& token, 1833 XlaOp SendWithToken(const XlaOp& operand, const XlaOp& token,
|
D | xla_builder.cc | 2321 return SendWithToken(operand, token, handle); in Send() 2325 XlaOp XlaBuilder::SendWithToken(const XlaOp& operand, const XlaOp& token, in SendWithToken() function in xla::XlaBuilder 3447 XlaOp SendWithToken(const XlaOp& operand, const XlaOp& token, in SendWithToken() function 3449 return operand.builder()->SendWithToken(operand, token, handle); in SendWithToken()
|