Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dhost_compute_ops.cc242 const auto result_token_tuple = xla::RecvFromHost( in Compile()
511 xla::XlaOp result = xla::RecvFromHost(token, xla_shape, channel); in Compile()
/external/tensorflow/tensorflow/compiler/xla/python/
Dops.cc300 ops.def("RecvFromHost", &RecvFromHost, py::arg("token"), py::arg("shape"), in BuildOpsSubmodule()
Dxla_client_test.py2711 data = ops.RecvFromHost(
2768 data = ops.RecvFromHost(
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h905 XlaOp RecvFromHost(XlaOp token, const Shape& shape,
1501 friend XlaOp RecvFromHost(XlaOp token, const Shape& shape,
2646 XlaOp RecvFromHost(XlaOp token, const Shape& shape,
Dxla_builder.cc3517 XlaOp XlaBuilder::RecvFromHost(XlaOp token, const Shape& shape, in RecvFromHost() function in xla::XlaBuilder
4950 XlaOp RecvFromHost(const XlaOp token, const Shape& shape, in RecvFromHost() function
4952 return token.builder()->RecvFromHost(token, shape, handle); in RecvFromHost()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dmlir_hlo_to_hlo.cc1298 xla_result = xla::RecvFromHost(token, data_shape, in ExportXlaOp()