Searched defs:GatherOp (Results 1 – 2 of 2) sorted by relevance
35 class GatherOp : public OpKernel { class42 explicit GatherOp(OpKernelConstruction* c) : OpKernel(c) {} in GatherOp() function in tensorflow::GatherOp
149 class GatherOp : public XlaOpKernel { class151 explicit GatherOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in GatherOp() function in tensorflow::GatherOp