MatchCake

matchcake.constants package

Module contents

class matchcake.constants.MatmulDirectionType(value)

Bases: Enum

An enumeration.

LR = 'lr'
RL = 'rl'
classmethod place_ops(direction: MatmulDirectionType, *ops)