Home
last modified time | relevance | path

Searched refs:SeluOp (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Delu_op.cc62 class SeluOp : public XlaOpKernel { class
64 explicit SeluOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in SeluOp() function in tensorflow::__anonb35316230111::SeluOp
101 REGISTER_XLA_OP(Name("Selu"), SeluOp);
/external/tensorflow/tensorflow/core/kernels/
Drelu_op.cc68 SeluOp<CPUDevice, type>); \
183 SeluOp<GPUDevice, type>); \
243 SeluOp<SYCLDevice, type>); \
Drelu_op.h238 class SeluOp : public UnaryElementWiseOp<T, SeluOp<Device, T>> {
240 using UnaryElementWiseOp<T, SeluOp<Device, T>>::UnaryElementWiseOp;