MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetSubgraphCount

Method GetSubgraphCount

src/armnnTfLiteParser/TfLiteParser.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99size_t ITfLiteParser::GetSubgraphCount() const
100{
101 return pTfLiteParserImpl->GetSubgraphCount();
102}
103
104std::vector<std::string> ITfLiteParser::GetSubgraphInputTensorNames(size_t subgraphId) const
105{

Callers 2

mainFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected