bitorch_engine.utils.convert
Functions
Collect the names of all layers within a module recursively with certain types. |
|
This function returns the parameters for a given strategy string. |
|
Replace all layers contained in names_to_replace within the given module with BinaryLinearCuda layers. |
|
Replace all layers contained in names_to_replace within the given module with MPQLinearCuda layers. |
|
Replace all layers contained in names_to_replace within the given module with Q4LinearCutlass layers. |
|
This function replaces all layers (recursively) within the given modules, whose names are included in the given list. |