Searched defs:inputSlot (Results 1 – 17 of 17) sorted by relevance
32 void LayerInputHandle::Connect(armnn::IInputSlot& inputSlot) in Connect()45 void LayerInputHandle::Disconnect(armnn::IInputSlot& inputSlot) in Disconnect()
212 InputSlot* inputSlot = &(*slot); in CollectNonSelectedInputs() local273 for (auto inputSlot : layer.GetInputSlots()) in ForEachLayerInput() local409 for (auto& inputSlot : subgraphInputSlots) in SelectSubgraphs() local
50 for (auto inputSlot : inputInfo.m_InputSlotCoords) in WorkingMemHandle() local
445 for (const auto inputSlot: layer->GetOutputSlot(0).GetConnections()) in LoadedNetwork() local494 for (auto &inputSlot: outputSlot->GetConnections()) in LoadedNetwork() local1651 const InputSlot& inputSlot = layer->GetInputSlots()[0]; in ImportOutputs() local2287 for (auto& inputSlot : layer->GetInputSlots()) in CreateMemoryProfileAsync() local2426 for (auto& inputSlot : layer->GetInputSlots()) in CreateMemoryProfile() local
54 InputSlot& inputSlot = thisTgtLayer->GetInputSlot(otherInputSlot->GetSlotIndex()); in Graph() local
488 IInputSlot& inputSlot = nextLayerOnClonedSubgraph->GetInputSlot(index); in GetWorkingCopy() local
873 for (auto inputSlot : layer->GetInputSlots()) in AttemptBackendAssignment() local
102 for (auto inputSlot : layer->GetInputSlots()) in GetTosaMappingFromLayer() local
57 … auto inputSlot = armnn::PolymorphicDowncast<const armnn::InputSlot*>(outputSlot.GetConnection(c)); in IsConnected() local
32 void LayerInputHandle::Connect(armnn::IInputSlot& inputSlot) in Connect()41 void LayerInputHandle::Disconnect(armnn::IInputSlot& inputSlot) in Disconnect()1053 armnn::IInputSlot& inputSlot = owningLayer.GetInputSlot(0); in IsConnectedToDequantize() local
105 InputSlot* inputSlot = GetOutputSlot(it).GetConnection(0); in CreateTensors() local
265 … auto inputSlot = armnn::PolymorphicDowncast<const armnn::InputSlot*>(outputSlot.GetConnection(c)); in GetEdgeList() local
1467 InputSlot& inputSlot = layer->GetInputSlot(inputSlotIdx); variable2099 const IOutputSlot* GetConnection(IInputSlot* inputSlot, in GetConnection()
89 uint32_t inputSlot; in ProcessAttributes() local
1151 armnn::IInputSlot* inputSlot = &(layer->GetInputSlot(fbInputSlot->index())); in RegisterInputSlots() local1159 armnn::IInputSlot* inputSlot) in RegisterInputSlotOfConnection()
1954 const IInputSlot& inputSlot = layer->GetInputSlot(slotIndex); in CreateInputSlots() local
1134 uint32 inputSlot; member