Searched refs:GetChannelHandle (Results 1 – 3 of 3) sorted by relevance
47 OP_REQUIRES_OK(ctx, compiler->GetChannelHandle(tensor_name_, &channel)); in Compile()78 OP_REQUIRES_OK(ctx, compiler->GetChannelHandle(tensor_name_, &channel)); in Compile()
367 Status GetChannelHandle(const string& key, xla::ChannelHandle* channel);
1178 Status XlaCompiler::GetChannelHandle(const string& key, in GetChannelHandle() function in tensorflow::XlaCompiler