MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / CreateChannelHandle

Method CreateChannelHandle

tensorflow/compiler/xla/client/client.cc:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504StatusOr<ChannelHandle> Client::CreateChannelHandle() {
505 return CreateChannelHandleByType(ChannelHandle::DEVICE_TO_DEVICE);
506}
507
508StatusOr<ChannelHandle> Client::CreateHostToDeviceChannelHandle() {
509 return CreateChannelHandleByType(ChannelHandle::HOST_TO_DEVICE);

Callers 3

GetChannelHandleMethod · 0.45
PYBIND11_MODULEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected