Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dgather_op.cc35 class GatherOp : public OpKernel { class
42 explicit GatherOp(OpKernelConstruction* c) : OpKernel(c) {} in GatherOp() function in tensorflow::GatherOp
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc149 class GatherOp : public XlaOpKernel { class
151 explicit GatherOp(OpKernelConstruction* context) : XlaOpKernel(context) {} in GatherOp() function in tensorflow::GatherOp