qat.backend.passes.validation module
- class NoAcquireWeightsValidation
Bases:
ValidationPassSome target machines do not support
Acquireinstructions that contain weights. This pass can be used to validate that this is the case.- run(ir, *args, **kwargs)
- Parameters:
ir¶ (
InstructionBuilder) – The list of instructions stored in anInstructionBuilder.
- PydNoAcquireWeightsValidation
alias of
NoAcquireWeightsValidation