Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dhost_compute_ops.cc166 xla::SendToHost(input_handles[i], token, xla_shape, channel)); in Compile()
430 xla::SendToHost(operand, token, xla_shape, channel); in Compile()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h870 XlaOp SendToHost(XlaOp operand, XlaOp token, const Shape& shape_with_layout,
1415 friend XlaOp SendToHost(XlaOp operand, XlaOp token,
2482 XlaOp SendToHost(XlaOp operand, XlaOp token, const Shape& shape_with_layout,
Dxla_builder.cc3238 XlaOp XlaBuilder::SendToHost(XlaOp operand, XlaOp token, in SendToHost() function in xla::XlaBuilder
4910 XlaOp SendToHost(const XlaOp operand, const XlaOp token, in SendToHost() function
4912 return operand.builder()->SendToHost(operand, token, shape_with_layout, in SendToHost()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc990 value_map[op] = xla::SendToHost(operand, token, in ExportXlaOp()