Searched defs:GatherNdOp (Results 1 – 2 of 2) sorted by relevance
198 class GatherNdOp : public XlaOpKernel { class200 explicit GatherNdOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in GatherNdOp() function in tensorflow::GatherNdOp
36 class GatherNdOp : public OpKernel { class38 explicit GatherNdOp(OpKernelConstruction* c) : OpKernel(c) { in GatherNdOp() function in tensorflow::GatherNdOp