tqchen commented on code in PR #17053: URL: https://github.com/apache/tvm/pull/17053#discussion_r1622470826
########## tests/python/frontend/nnef/cases/le_4d_broadcast/graph.nnef: ########## @@ -0,0 +1,8 @@ +version 1.0; + +graph G( input1, input2 ) -> ( output ) +{ + input1 = external<scalar>(shape = [4,16,32,32]); + input2 = external<scalar>(shape = [1,16,1,1]); Review Comment: given this is text format, might be useful to directly embed in python string -- 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