Searched defs:RecvOp (Results 1 – 5 of 5) sorted by relevance
53 class RecvOp : public XlaOpKernel { class65 RecvOp::RecvOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in RecvOp() function in tensorflow::__anonc39364770111::RecvOp
202 default_ops='NoOp:NoOp,_Recv:RecvOp,_Send:SendOp'):
76 friend class RecvOp; member
141 RecvOp::RecvOp(OpKernelConstruction* ctx) : AsyncOpKernel(ctx) { in RecvOp() function in tensorflow::RecvOp
382 TFE_Op* RecvOp(TFE_Context* ctx, const std::string& op_name, in RecvOp() function