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

Method GetSubgraphOutputTensorNames

src/armnnTfLiteParser/TfLiteParser.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109std::vector<std::string> ITfLiteParser::GetSubgraphOutputTensorNames(size_t subgraphId) const
110{
111 return pTfLiteParserImpl->GetSubgraphOutputTensorNames(subgraphId);
112}
113
114namespace
115{

Callers 4

ArmnnNetworkExecutorMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 3

push_backMethod · 0.80
reserveMethod · 0.45
sizeMethod · 0.45

Tested by 1

mainFunction · 0.64