Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h595 XlaOp SendToHost(XlaOp operand, XlaOp token, const Shape& shape_with_layout,
1027 friend XlaOp SendToHost(XlaOp operand, XlaOp token,
1923 XlaOp SendToHost(XlaOp operand, XlaOp token, const Shape& shape_with_layout,
Dxla_builder.cc2436 XlaOp XlaBuilder::SendToHost(XlaOp operand, XlaOp token, in SendToHost() function in xla::XlaBuilder
3525 XlaOp SendToHost(const XlaOp operand, const XlaOp token, in SendToHost() function
3527 return operand.builder()->SendToHost(operand, token, shape_with_layout, in SendToHost()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc731 xla::SendToHost(value_map[op.operand()], value_map[op.token()], in ExportXlaOp()