facebookresearch / facebookresearch/fvcore

support div mul add

Open
#142 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.