Mila 0.13.48
Deep Neural Network Library
Loading...
Searching...
No Matches
LinearOpTypeMap.Template.ixx File Reference

Primary compile-time dispatch template mapping (DeviceType, TPrecision, TWeightQuant) to a concrete LinearOp type. More...

Detailed Description

Primary compile-time dispatch template mapping (DeviceType, TPrecision, TWeightQuant) to a concrete LinearOp type.

Backend specializations live in LinearOpTypeMap.Cpu.ixx and LinearOpTypeMap.Cuda.ixx and import this primary template. A missing specialization is a hard compile error.