Add reduce operations to script with trusted ops (#6200)

This commit is contained in:
Gabriele Galiero Casay 2021-06-16 17:11:25 +02:00 committed by GitHub
parent b8313c4fae
commit db67c1b2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,12 @@ VERIFIED_OP_REFERENCES = [
'ReadValue-6',
'ReduceL1-4',
'ReduceL2-4',
'ReduceLogicalAnd-1',
'ReduceLogicalOr-1',
'ReduceMax-1',
'ReduceMean-1',
'ReduceMin-1',
'ReduceProd-1',
'ReduceSum-1',
'RegionYOLO-1',
'Relu-1',