Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dvariable_ops.cc123 class ResourceGatherOp : public XlaOpKernel { class
125 explicit ResourceGatherOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in ResourceGatherOp() function in tensorflow::__anon5691afd60111::ResourceGatherOp
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.cc586 class ResourceGatherOp : public OpKernel { class
612 explicit ResourceGatherOp(OpKernelConstruction* c) : OpKernel(c) { in ResourceGatherOp() function in tensorflow::ResourceGatherOp