Skip to content
Discussion options

You must be logged in to vote

There are some log messages that may be useful. You may need to set the log level to a more verbose level to see them.

Statistics about how many nodes the NNAPI EP supports (INFO log level):

const auto summary_msg = MakeString(
"NnapiExecutionProvider::GetCapability,",
" number of partitions supported by NNAPI: ", num_of_partitions,
" number of nodes in the graph: ", graph_view.NumberOfNodes(),
" number of nodes supported by NNAPI: ", num_of_supported_nodes);
// If the graph is partitioned in multiple subgraphs, and this may impact pe…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by marcinkeviciusp
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants