Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dhost_compute_ops.cc226 const auto result_token_tuple = xla::RecvFromHost( in Compile()
481 xla::XlaOp result = xla::RecvFromHost(token, xla_shape, channel); in Compile()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h873 XlaOp RecvFromHost(XlaOp token, const Shape& shape,
1418 friend XlaOp RecvFromHost(XlaOp token, const Shape& shape,
2488 XlaOp RecvFromHost(XlaOp token, const Shape& shape,
Dxla_builder.cc3285 XlaOp XlaBuilder::RecvFromHost(XlaOp token, const Shape& shape, in RecvFromHost() function in xla::XlaBuilder
4916 XlaOp RecvFromHost(const XlaOp token, const Shape& shape, in RecvFromHost() function
4918 return token.builder()->RecvFromHost(token, shape, handle); in RecvFromHost()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc844 value_map[op] = xla::RecvFromHost(token, xla::TypeToShape(result_type), in ExportXlaOp()