Table of Contents

Enum ActivationType

Namespace
DotCompute.Backends.Metal.Kernels
Assembly
DotCompute.Backends.Metal.dll

Neural network activation types.

public enum ActivationType

Fields

LeakyReLU = 3
ReLU = 0
Sigmoid = 1
Tanh = 2