Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.h222 StatusOr<ChannelHandle> CreateHostToDeviceChannelHandle();
Dclient.cc508 StatusOr<ChannelHandle> Client::CreateHostToDeviceChannelHandle() { in CreateHostToDeviceChannelHandle() function in xla::Client
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc1194 client()->CreateHostToDeviceChannelHandle()); in GetHostToDeviceChannelHandle()