HomeSort by relevance Sort by last modified time
    Searched refs:EluOp (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
elu_op.cc 30 class EluOp : public XlaOpKernel {
32 explicit EluOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {}
61 REGISTER_XLA_OP(Name("Elu"), EluOp);
  /external/tensorflow/tensorflow/core/kernels/
relu_op.cc 56 EluOp<CPUDevice, type>); \
146 EluOp<GPUDevice, type>); \
179 EluOp<SYCLDevice, type>); \
relu_op.h 135 class EluOp : public UnaryElementWiseOp<T, EluOp<Device, T>> {
137 using UnaryElementWiseOp<T, EluOp<Device, T>>::UnaryElementWiseOp;
156 // a (outputs): outputs of the EluOp()

Completed in 329 milliseconds