Searched refs:SeluOp (Results 1 – 3 of 3) sorted by relevance
62 class SeluOp : public XlaOpKernel { class64 explicit SeluOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in SeluOp() function in tensorflow::__anonb35316230111::SeluOp101 REGISTER_XLA_OP(Name("Selu"), SeluOp);
68 SeluOp<CPUDevice, type>); \183 SeluOp<GPUDevice, type>); \243 SeluOp<SYCLDevice, type>); \
238 class SeluOp : public UnaryElementWiseOp<T, SeluOp<Device, T>> {240 using UnaryElementWiseOp<T, SeluOp<Device, T>>::UnaryElementWiseOp;