facebookresearch / facebookresearch/fvcore
support div mul add
Open
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 236
- PR merge metrics
- No merged PRs in 30d
Description
why not support div mul add?
```
"aten::div": elementwise_flop_counter(1, 0),
"aten::mul": elementwise_flop_counter(1, 0),
"aten::add": elementwise_flop_counter(1, 0),
```
and is it correct if I want to support them?
Contributor guide
Assessment
This issue has not been assessed yet.