演算モデル (Operation models) ====================================== models モジュールには、ネットワークを構成するための各種演算モデルがあります。 DifferentiableLut クラス ---------------------------- .. autoclass:: binarybrain.models.DifferentiableLut :members: :show-inheritance: AverageLut クラス ---------------------------- .. autoclass:: binarybrain.models.AverageLut :members: :show-inheritance: BinaryLut クラス ---------------------------- .. autoclass:: binarybrain.models.BinaryLut :members: :show-inheritance: DenseAffine クラス ---------------------------- .. autoclass:: binarybrain.models.DenseAffine :members: :show-inheritance: DenseAffineQuantize クラス ----------------------------- .. autoclass:: binarybrain.models.DenseAffineQuantize :members: :show-inheritance: DepthwiseDenseAffine クラス ------------------------------ .. autoclass:: binarybrain.models.DepthwiseDenseAffine :members: :show-inheritance: DepthwiseDenseAffineQuantize クラス -------------------------------------- .. autoclass:: binarybrain.models.DepthwiseDenseAffineQuantize :members: :show-inheritance: