Searched defs:SendOp (Results 1 – 5 of 5) sorted by relevance
29 class SendOp : public XlaOpKernel { class40 SendOp::SendOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in SendOp() function in tensorflow::__anonc39364770111::SendOp
202 default_ops='NoOp:NoOp,_Recv:RecvOp,_Send:SendOp'):
75 friend class SendOp; member
60 SendOp::SendOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in SendOp() function in tensorflow::SendOp
360 TFE_Op* SendOp(TFE_Context* ctx, TFE_TensorHandle* in, in SendOp() function