Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ GetOutputSlot
Method
GetOutputSlot
src/armnn/SubgraphView.cpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
OutputSlot* SubgraphView::GetOutputSlot(unsigned int index)
262
{
263
return m_OutputSlots.at(index);
264
}
265
266
IOutputSlot* SubgraphView::GetIOutputSlot(unsigned int index)
267
{
Callers
15
main
Function · 0.80
main
Function · 0.80
main
Function · 0.80
VisitLstmOperator
Function · 0.80
VisitScatterNdOperator
Function · 0.80
VisitLogicalBinaryOperator
Function · 0.80
VisitUnpackOperator
Function · 0.80
VisitSoftmaxOperator
Function · 0.80
VisitPadOperator
Function · 0.80
VisitFloorOperator
Function · 0.80
VisitUnidirectionalSequenceLstmOperator
Function · 0.80
VisitDequantizeOperator
Function · 0.80
Calls
no outgoing calls
Tested by
15
VerifyPostOptimisationStructureTestImpl
Function · 0.64
ComparisonModel
Method · 0.64
VerifyNameAndConnections
Method · 0.64
SerializeArgMinMaxTest
Function · 0.64
SerializeElementwiseBinaryTest
Function · 0.64
SerializeElementwiseUnaryTest
Function · 0.64
CreateTestNetwork
Function · 0.64
CreateNetwork
Function · 0.64
AddInputLayer
Function · 0.64
AddConvolutionLayer
Function · 0.64
AddConstantLayer
Function · 0.64
AddPoolingLayer
Function · 0.64