Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsendrecv_ops.cc47 OP_REQUIRES_OK(ctx, compiler->GetChannelHandle(tensor_name_, &channel)); in Compile()
78 OP_REQUIRES_OK(ctx, compiler->GetChannelHandle(tensor_name_, &channel)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h367 Status GetChannelHandle(const string& key, xla::ChannelHandle* channel);
Dxla_compiler.cc1178 Status XlaCompiler::GetChannelHandle(const string& key, in GetChannelHandle() function in tensorflow::XlaCompiler