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::__anonc9c086e80111::SendOp
196 default_ops='NoOp:NoOp,_Recv:RecvOp,_Send:SendOp'):
75 friend class SendOp; member
58 SendOp::SendOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in SendOp() function in tensorflow::SendOp