lhutton1 commented on a change in pull request #10695:
URL: https://github.com/apache/tvm/pull/10695#discussion_r831905577



##########
File path: tests/python/contrib/test_ethosu/test_replace_identity.py
##########
@@ -14,6 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
+from numpy.core.shape_base import block

Review comment:
       Nit: is this used?

##########
File path: tests/python/contrib/test_ethosu/test_codegen.py
##########
@@ -460,7 +460,7 @@ def pooling(x):
             op = tf.nn.relu(op)
         return op
 
-    _compare_tvm_with_tflite(pooling, [ifm_shape], accel_type)
+    _compare_tvm_with_tflite(pooling, [ifm_shape], accel_type, print_cmm=True)

Review comment:
       Nit: do we need to print 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to