0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. mindformers
  2. /
  3. tests
  4. /
  5. st
  6. /
  7. test_ut
  8. /
  9. test_pynative
  10. /
  11. test_layers
Sunshine_YoungsterSunshine_Youngster[feature]动态图延迟初始化
ae70ce97创建于 18 天前历史提交
文件最后提交记录最后更新时间
test_activation
【br_feature_pynative】move test_activation directory 4 个月前
test_causal_mask_generate
【br_feature_pynative】新增CausalMaskGenerate动态图接口 4 个月前
test_flash_attention
修复attention中layernorm_compute_dtype设置错误,增加动态图的attention和flash_attention测试用例4 个月前
test_linear
refactor: remove skip_bias_add parameter and related logic from linear and transformer layers - Removed the skip_bias_add parameter from the Linear layer and its usage in related classes. - Updated the forward methods to directly handle bias addition without the conditional check for skipping. - Adjusted test cases and data generation utilities to reflect the removal of bias handling logic. - Ensured consistency across various transformer components by simplifying output handling. 3 个月前
test_norm
[feature]动态图延迟初始化 18 天前
__init__.py
增加动态图的Dropout 4 个月前
test_dropout.py
增加动态图的Dropout 4 个月前