Skip to content

Commit

Permalink
[microNPU] Remove unused import and command stream printing (#10764)
Browse files Browse the repository at this point in the history
This is a follow up to #10695.

Change-Id: I7f2dc14826cefea81fe5ff69c6255cdb5dc7f5c0
  • Loading branch information
ekalda authored Mar 28, 2022
1 parent fbede4c commit 4dc6d7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/python/contrib/test_ethosu/test_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def pooling(x):
op = tf.nn.relu(op)
return op

_compare_tvm_with_tflite(pooling, [ifm_shape], accel_type, print_cmm=True)
_compare_tvm_with_tflite(pooling, [ifm_shape], accel_type)


@pytest.mark.parametrize("accel_type", ACCEL_TYPES)
Expand Down
1 change: 0 additions & 1 deletion tests/python/contrib/test_ethosu/test_replace_identity.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# 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
import pytest

pytest.importorskip("ethosu.vela")
Expand Down

0 comments on commit 4dc6d7d

Please sign in to comment.