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.cc124 class ResourceGatherOp : public XlaOpKernel { class
126 explicit ResourceGatherOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in ResourceGatherOp() function in tensorflow::__anond3063dcd0111::ResourceGatherOp
145 REGISTER_XLA_OP(Name("ResourceGather"), ResourceGatherOp);
/external/tensorflow/tensorflow/core/kernels/
Dresource_variable_ops.cc615 class ResourceGatherOp : public OpKernel { class
617 explicit ResourceGatherOp(OpKernelConstruction* c) : OpKernel(c) { in ResourceGatherOp() function in tensorflow::ResourceGatherOp
739 ResourceGatherOp<dev##Device, type, index_type>)
766 ResourceGatherOp<GPUDevice, Variant, int32>)
773 ResourceGatherOp<GPUDevice, Variant, int64>)