/
githubmirror
/
ColossalAI
Обзор
Документация
Войти
/
githubmirror
/
ColossalAI
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
colossalai/fx/profiler/experimental/profiler_function/__init__.py
8 строк
211 B
Super Daniel
[fx] provide a stable but not accurate enough version of profiler. (#1547)
07 сен 2022, 06:21
Не верифицирован
07 сен 2022, 06:21
4f59693
Код
Авторство
О чём код?
from .activation_function import * from .arithmetic import * from .embedding import * from .linear import * from .normalization import * from .pooling import * from .python_ops import * from .torch_ops import *