!47236 delete input_const_flag

Merge pull request !47236 from nomindcarry/broaden
This commit is contained in:
i-robot 2022-12-28 06:15:23 +00:00 committed by Gitee
commit bb7bd1b878
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -4482,7 +4482,6 @@ class MirrorPad(Primitive):
self.init_prim_io_names(inputs=['x', 'paddings'], outputs=['y'])
validator.check_string(mode, ['REFLECT', 'SYMMETRIC'], 'mode', self.name)
self.mode = mode
self.set_const_input_indexes([1])
class ComputeAccidentalHits(PrimitiveWithCheck):