Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h243 Status GetHostToDeviceChannelHandle(const string& key,
Dxla_compiler.cc1415 Status XlaCompiler::GetHostToDeviceChannelHandle(const string& key, in GetHostToDeviceChannelHandle() function in tensorflow::XlaCompiler
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dhost_compute_ops.cc224 ctx, compiler->GetHostToDeviceChannelHandle(channel_name, &channel)); in Compile()
480 OP_REQUIRES_OK(ctx, compiler->GetHostToDeviceChannelHandle(key_, &channel)); in Compile()