Home
last modified time | relevance | path

Searched refs: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
147 REGISTER_XLA_OP(Name("ResourceGather"), 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
711 ResourceGatherOp<dev##Device, type, index_type>)
737 ResourceGatherOp<GPUDevice, Variant, int32>)
744 ResourceGatherOp<GPUDevice, Variant, int64>)