Home
last modified time | relevance | path

Searched refs:OutfeedWithToken (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dmultiple_devices_on_host_test.cc31 OutfeedWithToken(GetTupleElement(infeed, 0) + in BuildComputation()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h428 XlaOp OutfeedWithToken(const XlaOp& operand, const XlaOp& token,
1000 friend XlaOp OutfeedWithToken(const XlaOp& operand, const XlaOp& token,
1415 XlaOp OutfeedWithToken(const XlaOp& operand, const XlaOp& token,
Dxla_builder.cc1437 XlaOp XlaBuilder::OutfeedWithToken(const XlaOp& operand, const XlaOp& token, in OutfeedWithToken() function in xla::XlaBuilder
3473 XlaOp OutfeedWithToken(const XlaOp& operand, const XlaOp& token, in OutfeedWithToken() function
3476 return operand.builder()->OutfeedWithToken(operand, token, shape_with_layout, in OutfeedWithToken()