Skip to content

Commit 4dc6d7d

Browse files
authored
[microNPU] Remove unused import and command stream printing (#10764)
This is a follow up to #10695. Change-Id: I7f2dc14826cefea81fe5ff69c6255cdb5dc7f5c0
1 parent fbede4c commit 4dc6d7d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/python/contrib/test_ethosu/test_codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def pooling(x):
460460
op = tf.nn.relu(op)
461461
return op
462462

463-
_compare_tvm_with_tflite(pooling, [ifm_shape], accel_type, print_cmm=True)
463+
_compare_tvm_with_tflite(pooling, [ifm_shape], accel_type)
464464

465465

466466
@pytest.mark.parametrize("accel_type", ACCEL_TYPES)

tests/python/contrib/test_ethosu/test_replace_identity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
from numpy.core.shape_base import block
1817
import pytest
1918

2019
pytest.importorskip("ethosu.vela")

0 commit comments

Comments
 (0)