Searched defs:SendOp (Results 1 – 4 of 4) sorted by relevance
29 class SendOp : public XlaOpKernel { class40 SendOp::SendOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in SendOp() function in tensorflow::__anona6c63aca0111::SendOp
172 default_ops='NoOp:NoOp,_Recv:RecvOp,_Send:SendOp'):
78 friend class SendOp; member
55 SendOp::SendOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in SendOp() function in tensorflow::SendOp