Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
std::vector<std::string> ITfLiteParser::GetSubgraphOutputTensorNames(size_t subgraphId) const
110
{
111
return pTfLiteParserImpl->GetSubgraphOutputTensorNames(subgraphId);
112
}
113
114
namespace
115
{
Callers
4
ArmnnNetworkExecutor
Method · 0.80
InputOutputTensorNames.cpp
File · 0.80
main
Function · 0.80
main
Function · 0.80
Calls
3
push_back
Method · 0.80
reserve
Method · 0.45
size
Method · 0.45
Tested by
1
main
Function · 0.64