Home
last modified time | relevance | path

Searched refs:NetworkImpl (Results 1 – 11 of 11) sorted by relevance

/external/armnn/src/armnn/
DNetwork.cpp44 INetwork::INetwork(NetworkOptions networkOptions) : pNetworkImpl(new NetworkImpl(networkOptions)) {} in INetwork()
2014 bool NetworkImpl::GetShapeInferenceMethod() in GetShapeInferenceMethod()
2028 bool NetworkImpl::GetAllowExpandedDims() in GetAllowExpandedDims()
2042 NetworkImpl::NetworkImpl(const NetworkOptions& networkOptions) in NetworkImpl() function in armnn::NetworkImpl
2047 NetworkImpl::~NetworkImpl() in ~NetworkImpl()
2051 Status NetworkImpl::PrintGraph() in PrintGraph()
2057 IConnectableLayer* NetworkImpl::AddInputLayer(LayerBindingId id, const char* name) in AddInputLayer()
2062 IConnectableLayer* NetworkImpl::AddBatchToSpaceNdLayer(const BatchToSpaceNdDescriptor& batchToSpace… in AddBatchToSpaceNdLayer()
2068 IConnectableLayer* NetworkImpl::AddCastLayer(const char* name) in AddCastLayer()
2072 IConnectableLayer* NetworkImpl::AddChannelShuffleLayer(const ChannelShuffleDescriptor& channelShuff… in AddChannelShuffleLayer()
[all …]
DNetwork.hpp29 using NetworkImplPtr = std::unique_ptr<NetworkImpl, void (*)(NetworkImpl* network)>;
32 class NetworkImpl class
35 NetworkImpl(const NetworkOptions& networkOptions = {});
36 ~NetworkImpl();
/external/armnn/src/armnn/test/
DTestInputOutputLayerVisitor.cpp19 NetworkImpl net;
28 NetworkImpl net;
38 NetworkImpl net;
47 NetworkImpl net;
DNetworkTests.cpp33 armnn::NetworkImpl net;
45 armnn::NetworkImpl net;
60 armnn::NetworkImpl net;
69 armnn::NetworkImpl net;
258 armnn::NetworkImpl net;
315 armnn::NetworkImpl net;
360 armnn::NetworkImpl net;
542 armnn::NetworkImpl net;
575 armnn::NetworkImpl net;
607 armnn::NetworkImpl net;
[all …]
DConstTensorLayerVisitor.cpp131 NetworkImpl net;
160 NetworkImpl net;
195 NetworkImpl net;
233 NetworkImpl net;
261 NetworkImpl net;
290 NetworkImpl net;
327 NetworkImpl net;
365 NetworkImpl net;
392 NetworkImpl net;
417 NetworkImpl net;
[all …]
DTestNameOnlyLayerVisitor.cpp19 armnn::NetworkImpl net; \
28 armnn::NetworkImpl net; \
DTestNameAndDescriptorLayerVisitor.cpp19 armnn::NetworkImpl net; \
29 armnn::NetworkImpl net; \
/external/armnn/src/armnn/test/optimizations/
DPermuteAndBatchToSpaceAsDepthToSpaceTests.cpp23 std::unique_ptr<NetworkImpl> CreateTestNetworkImpl() in CreateTestNetworkImpl()
25 std::unique_ptr<NetworkImpl> network(new NetworkImpl()); in CreateTestNetworkImpl()
53 std::unique_ptr<NetworkImpl> CreateTransposeTestNetworkImpl() in CreateTransposeTestNetworkImpl()
56 std::unique_ptr<NetworkImpl> network(new NetworkImpl()); in CreateTransposeTestNetworkImpl()
89 std::unique_ptr<NetworkImpl> network = CreateTestNetworkImpl();
119 std::unique_ptr<NetworkImpl> network = CreateTransposeTestNetworkImpl();
/external/armnn/include/armnn/
DINetwork.hpp326 class NetworkImpl;
849 std::unique_ptr<NetworkImpl> pNetworkImpl;
/external/armnn/src/backends/backendsCommon/test/
DOptimizationViewsTests.cpp163 NetworkImpl net;
/external/armnn/src/backends/cl/test/
DClImportTensorHandleTests.cpp447 NetworkImpl network;
595 NetworkImpl network;
738 NetworkImpl network;