jax-js
    Preparing search index...

    Function convGeneralDilated

    • General n-dimensional convolution operator, with optional dilation.

      The semantics of this operation mimic the jax.lax.conv_general_dilated function in JAX, which wraps XLA's general convolution operator.

      Grouped convolutions are not supported right now.

      Parameters

      • lhs: Array
      • rhs: Array
      • windowStrides: number[]
      • padding: PaddingType
      • __namedParameters: { lhsDilation?: number[]; rhsDilation?: number[] } = {}

      Returns Array