ekalda commented on a change in pull request #10695:
URL: https://github.com/apache/tvm/pull/10695#discussion_r832332431
##########
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:
Will remove!
##########
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:
Yeah I think it can be removed!
--
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]