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

Method GetSubgraphInputTensorNames

src/armnnTfLiteParser/TfLiteParser.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104std::vector<std::string> ITfLiteParser::GetSubgraphInputTensorNames(size_t subgraphId) const
105{
106 return pTfLiteParserImpl->GetSubgraphInputTensorNames(subgraphId);
107}
108
109std::vector<std::string> ITfLiteParser::GetSubgraphOutputTensorNames(size_t subgraphId) const
110{

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