ModelTC/MQBench

how to config additional_function_type in yaml config?

Closed this issue · 1 comments

To add custom function type by config file, add op type lists to function_type_to_quant_input.
e.g.
extra_quantizer_dict:
additional_function_type:
- torch.ops.mynamespace.power2
- torch.ops.mynamespace.mulconst
- torch.ops.mynamespace.my_add

but it seems not working?

This issue has not received any updates in 120 days. Please reply to this issue if this still unresolved!