HomeSort by relevance Sort by last modified time
    Searched defs:SeluOp (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
elu_op.cc 64 class SeluOp : public XlaOpKernel {
66 explicit SeluOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {}
105 REGISTER_XLA_OP(Name("Selu"), SeluOp);
  /external/tensorflow/tensorflow/core/kernels/
relu_op.h 177 class SeluOp : public UnaryElementWiseOp<T, SeluOp<Device, T>> {
179 using UnaryElementWiseOp<T, SeluOp<Device, T>>::UnaryElementWiseOp;
198 // a (outputs): outputs of the SeluOp()

Completed in 73 milliseconds