模型开发接口
推理部署接口
API 相关说明
A QATModule version of Linear. Could be applied with Observer and FakeQuantize.
QATModule
Linear
Observer
FakeQuantize
in_features (int) – size of each input sample.
int
out_features (int) – size of each output sample.
bias (bool) – If set to False, the layer will not learn an additive bias. Default: True
bool
False
Return a QATModule instance converted from a float Module instance.
Module
previous
next
Elemwise