|
25.02
|
Go to the source code of this file.
Functions | |
| SubgraphView::InputSlots | CreateInputsFrom (Layer *layer, std::vector< unsigned int > ignoreSlots) |
| SubgraphView::InputSlots | CreateInputsFrom (const std::vector< Layer * > &layers, std::vector< unsigned int > ignoreSlots) |
| SubgraphView::OutputSlots | CreateOutputsFrom (const std::vector< Layer * > &layers) |
| SubgraphView::SubgraphViewPtr | CreateSubgraphViewFrom (SubgraphView::InputSlots &&inputs, SubgraphView::OutputSlots &&outputs, SubgraphView::Layers &&layers) |
| armnn::IBackendInternalUniquePtr | CreateBackendObject (const armnn::BackendId &backendId) |
| armnn::TensorShape | MakeTensorShape (unsigned int batches, unsigned int channels, unsigned int height, unsigned int width, armnn::DataLayout layout) |
| armnn::IBackendInternalUniquePtr CreateBackendObject | ( | const armnn::BackendId & | backendId | ) |
Definition at line 72 of file CommonTestUtils.cpp.
References armnn::BackendRegistryInstance().
| SubgraphView::InputSlots CreateInputsFrom | ( | const std::vector< Layer * > & | layers, |
| std::vector< unsigned int > | ignoreSlots | ||
| ) |
Definition at line 31 of file CommonTestUtils.cpp.
| SubgraphView::InputSlots CreateInputsFrom | ( | Layer * | layer, |
| std::vector< unsigned int > | ignoreSlots | ||
| ) |
Definition at line 12 of file CommonTestUtils.cpp.
References Layer::BeginInputSlots(), and Layer::EndInputSlots().
| SubgraphView::OutputSlots CreateOutputsFrom | ( | const std::vector< Layer * > & | layers | ) |
Definition at line 52 of file CommonTestUtils.cpp.
| SubgraphView::SubgraphViewPtr CreateSubgraphViewFrom | ( | SubgraphView::InputSlots && | inputs, |
| SubgraphView::OutputSlots && | outputs, | ||
| SubgraphView::Layers && | layers | ||
| ) |
Definition at line 65 of file CommonTestUtils.cpp.
| armnn::TensorShape MakeTensorShape | ( | unsigned int | batches, |
| unsigned int | channels, | ||
| unsigned int | height, | ||
| unsigned int | width, | ||
| armnn::DataLayout | layout | ||
| ) |
Definition at line 81 of file CommonTestUtils.cpp.
References armnn::GetDataLayoutName(), armnn::NCHW, and armnn::NHWC.