!69474 renorm bugfix

Merge pull request !69474 from liubuyu/master
This commit is contained in:
i-robot 2024-05-17 01:30:33 +00:00 committed by Gitee
commit 27c88a5cc4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ REGISTER_ACL_OP(UpsampleNearest3d).set_run_mode(false);
REGISTER_ACL_OP(CheckValid).set_run_mode(false);
REGISTER_ACL_OP(SpaceToDepth).set_run_mode(false);
REGISTER_ACL_OP(Renorm).set_run_mode(false);
REGISTER_ACL_OP(HistogramFixedWidth).set_extra_supported_datatype({ge::DT_DOUBLE});