Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dvariable_ops.cc140 class ResourceGatherOp : public XlaOpKernel { class
142 explicit ResourceGatherOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ResourceGatherOp() function in tensorflow::__anon735ed9830111::ResourceGatherOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dresource_variable_ops.cc674 class ResourceGatherOp : public OpKernel { class
676 explicit ResourceGatherOp(OpKernelConstruction* c) : OpKernel(c) { in ResourceGatherOp() function in tensorflow::ResourceGatherOp