Home
last modified time | relevance | path

Searched refs:OutfeedWithToken (Results 1 – 9 of 9) 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/python/
Doutfeed_receiver.cc448 token = OutfeedWithToken( in AddOutfeedToBuilder()
451 token = OutfeedWithToken(data, token, shape_with_layout, ""); in AddOutfeedToBuilder()
Dops.cc180 ops.def("OutfeedWithToken", &OutfeedWithToken, py::arg("operand"), in BuildOpsSubmodule()
Dxla_client_test.py1818 ops.OutfeedWithToken(x, token, outfeed_shape)
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dmlir_hlo_builder_test.cc97 auto outfeed = OutfeedWithToken(data, token, outfeed_shape, ""); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops.td421 // OutfeedOp corresponds to 'OutfeedWithToken' xla client API and not 'Outfeed'.
422 // OutfeedWithToken allows ordering of outfeed HLO instructions using tokens.
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h643 XlaOp OutfeedWithToken(XlaOp operand, XlaOp token,
1422 friend XlaOp OutfeedWithToken(XlaOp operand, XlaOp token,
2008 XlaOp OutfeedWithToken(XlaOp operand, XlaOp token,
Dxla_builder.cc1820 XlaOp XlaBuilder::OutfeedWithToken(XlaOp operand, XlaOp token, in OutfeedWithToken() function in xla::XlaBuilder
4926 XlaOp OutfeedWithToken(const XlaOp operand, const XlaOp token, in OutfeedWithToken() function
4929 return operand.builder()->OutfeedWithToken(operand, token, shape_with_layout, in OutfeedWithToken()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc810 value_map[op] = xla::OutfeedWithToken( in ExportXlaOp()