mbaret commented on code in PR #12550:
URL: https://github.com/apache/tvm/pull/12550#discussion_r954065086


##########
python/tvm/relay/backend/utils.py:
##########
@@ -15,6 +15,13 @@
 # specific language governing permissions and limitations
 # under the License.
 """Utility backend functions."""
+from enum import Enum
+
+
+class CallType(Enum):

Review Comment:
   If it is I'm not sure how :P Agreed there's a drifting risk although 
hopefully the tests would detect this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to