From 13e277525cff3b9e9d8a0b712bf191893ec9a114 Mon Sep 17 00:00:00 2001 From: Cheng Tang Date: Thu, 20 Jan 2022 21:36:29 +0000 Subject: [PATCH] fix whitelist --- orttraining/orttraining/eager/opgen/opgen/atenops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orttraining/orttraining/eager/opgen/opgen/atenops.py b/orttraining/orttraining/eager/opgen/opgen/atenops.py index b9994b9b96..36710af30c 100644 --- a/orttraining/orttraining/eager/opgen/opgen/atenops.py +++ b/orttraining/orttraining/eager/opgen/opgen/atenops.py @@ -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.