Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h248 Status GetDeviceToHostChannelHandle(const string& key,
Dxla_compiler.cc1427 Status XlaCompiler::GetDeviceToHostChannelHandle(const string& key, in GetDeviceToHostChannelHandle() function in tensorflow::XlaCompiler
/external/tensorflow/tensorflow/core/tpu/kernels/xla/
Dhost_compute_ops.cc164 ctx, compiler->GetDeviceToHostChannelHandle(channel_name, &channel)); in Compile()
428 OP_REQUIRES_OK(ctx, compiler->GetDeviceToHostChannelHandle(key_, &channel)); in Compile()