Home
last modified time | relevance | path

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

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