Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op.cc33 class GatherNdOp : public OpKernel { class
35 explicit GatherNdOp(OpKernelConstruction* c) : OpKernel(c) { in GatherNdOp() function in tensorflow::GatherNdOp
57 GatherNdOp<dev##Device, type, index_type>)
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc267 class GatherNdOp : public XlaOpKernel { class
269 explicit GatherNdOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in GatherNdOp() function in tensorflow::GatherNdOp
302 REGISTER_XLA_OP(Name("GatherNd"), GatherNdOp);
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc146 TypeID::get<TF::GatherNdOp>(), in IsOpAllowedTf2XlaFallback()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1080 rewriter.replaceOpWithNewOp<TF::GatherNdOp>(gather_op, result_type, operand, in matchAndRewrite()