mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
fix whitelist
This commit is contained in:
parent
eee627fde9
commit
13e277525c
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ hand_implemented = {
|
|||
}
|
||||
|
||||
ops = {**ops, **hand_implemented}
|
||||
# TODO: this is a temporary whitelist for ops need type promotion
|
||||
# TODO: this is a temporary allowlist for ops need type promotion
|
||||
# Need to enhance the support for onnx type constrains to automatically
|
||||
# resolve whether the op need type promotion.
|
||||
# Will remove this list in the future.
|
||||
|
|
|
|||
Loading…
Reference in a new issue