Home
last modified time | relevance | path

Searched defs:GatherOp (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_scatter_ops.cc25 class GatherOp : public XlaOpKernel { class
27 explicit GatherOp(OpKernelConstruction* context) : XlaOpKernel(context) { in GatherOp() function in tensorflow::__anon02c70ebe0111::GatherOp
Dgather_op.cc234 class GatherOp : public XlaOpKernel { class
236 explicit GatherOp(OpKernelConstruction* context) : XlaOpKernel(context) { in GatherOp() function in tensorflow::GatherOp
/external/tensorflow/tensorflow/core/kernels/
Dgather_op.cc38 class GatherOp : public OpKernel { class
45 explicit GatherOp(OpKernelConstruction* c) : OpKernel(c) { in GatherOp() function in tensorflow::GatherOp