jax-js
    Preparing search index...

    Type Alias TraceOptions

    type TraceOptions = {
        decay?: number;
        nesterov?: boolean;
    }

    Properties

    decay?: number
    nesterov?: boolean