We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cc259 commit 3c7c854Copy full SHA for 3c7c854
backends/mediatek/preprocess.py
@@ -48,7 +48,6 @@ def preprocess(
48
) -> PreprocessResult:
49
50
# Make sure all inputs are contiguous_format or NCHW or default dim order
51
- print("here")
52
assert_default_dim_order(edge_program.graph_module)
53
54
name_to_node_mappings = {node.name: node for node in edge_program.graph.nodes}
0 commit comments