Home
last modified time | relevance | path

Searched defs:SendOp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dsendrecv_ops.cc29 class SendOp : public XlaOpKernel { class
40 SendOp::SendOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in SendOp() function in tensorflow::__anonc39364770111::SendOp
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dselective_registration_header_lib.py202 default_ops='NoOp:NoOp,_Recv:RecvOp,_Send:SendOp'):
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Drendezvous.h75 friend class SendOp; member
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsendrecv_ops.cc60 SendOp::SendOp(OpKernelConstruction* ctx) : OpKernel(ctx) { in SendOp() function in tensorflow::SendOp
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_test_util.cc360 TFE_Op* SendOp(TFE_Context* ctx, TFE_TensorHandle* in, in SendOp() function