Home
last modified time | relevance | path

Searched refs:GatherNdOp (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc198 class GatherNdOp : public XlaOpKernel { class
200 explicit GatherNdOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in GatherNdOp() function in tensorflow::GatherNdOp
233 REGISTER_XLA_OP(Name("GatherNd"), GatherNdOp);
/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op.cc36 class GatherNdOp : public OpKernel { class
38 explicit GatherNdOp(OpKernelConstruction* c) : OpKernel(c) { in GatherNdOp() function in tensorflow::GatherNdOp
60 GatherNdOp<dev##Device, type, index_type>)