Home
last modified time | relevance | path

Searched refs:CopyToTarget (Results 1 – 5 of 5) sorted by relevance

/external/armnn/src/armnn/test/
DGraphTests.cpp487 convLayer1->GetOutputSlot(0).SetEdgeStrategy(0, EdgeStrategy::CopyToTarget); in InitialiseTestGraph()
489 convLayer2->GetOutputSlot(0).SetEdgeStrategy(0, EdgeStrategy::CopyToTarget); in InitialiseTestGraph()
492 softmaxLayer->GetOutputSlot(0).SetEdgeStrategy(0, EdgeStrategy::CopyToTarget); in InitialiseTestGraph()
563 splitterLayer->GetOutputSlot(0).SetEdgeStrategy(0, armnn::EdgeStrategy::CopyToTarget);
564 splitterLayer->GetOutputSlot(1).SetEdgeStrategy(0, armnn::EdgeStrategy::CopyToTarget);
DTensorHandleStrategyTest.cpp365 CHECK((softmaxLayer2Out.GetEdgeStrategyForConnection(0) == EdgeStrategy::CopyToTarget));
/external/armnn/include/armnn/backends/
DITensorHandleFactory.hpp109CopyToTarget /// Copy contents from source backend tensor to destination backend tensor. enumerator
/external/armnn/src/armnn/
DGraph.cpp319 return strategy == EdgeStrategy::CopyToTarget || in AddCompatibilityLayers()
361 if (strategy == EdgeStrategy::CopyToTarget) in AddCompatibilityLayers()
DNetwork.cpp1630 return EdgeStrategy::CopyToTarget; in CalculateEdgeStrategy()
1693 return EdgeStrategy::CopyToTarget; in CalculateEdgeStrategy()