Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

depth

depth: number

Methods

getTensors

  • getTensors(numSteps: number): Tensor<R2>
  • Get the tensor of auxiliary inputs. The returned tensor acts as a binary counter (using -1 instead of 0), with least significant bit first.

    Parameters

    • numSteps: number

      Number of steps of binary counter values to return.

    Returns Tensor<R2>

    A 2D tensor of binary counter values.

Generated using TypeDoc