LogSoftmax

public struct LogSoftmax<Element, Device> : LayerType, Codable where Element : NumericType, Device : DeviceType

Log Softmax activation layer

  • Declaration

    Swift

    public var parameterPaths: [WritableKeyPath<`Self`, Tensor<Element, Device>>] { get }
  • Declaration

    Swift

    public var parameters: [Tensor<Element, Device>] { get }
  • Softmax activation layer

    Declaration

    Swift

    public init()
  • Declaration

    Swift

    public func callAsFunction(_ inputs: Tensor<Element, Device>) -> Tensor<Element, Device>