|
25.02
|
Go to the source code of this file.
Namespaces | |
| armnn | |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| void | Connect (armnn::IConnectableLayer *from, armnn::IConnectableLayer *to, const armnn::TensorInfo &tensorInfo, unsigned int fromIndex, unsigned int toIndex) |
| Graph & | GetGraphForTesting (IOptimizedNetwork *optNet) |
| ModelOptions & | GetModelOptionsForTesting (IOptimizedNetwork *optNet) |
| arm::pipe::IProfilingService & | GetProfilingService (armnn::RuntimeImpl *runtime) |
| void Connect | ( | armnn::IConnectableLayer * | from, |
| armnn::IConnectableLayer * | to, | ||
| const armnn::TensorInfo & | tensorInfo, | ||
| unsigned int | fromIndex, | ||
| unsigned int | toIndex | ||
| ) |
Definition at line 14 of file TestUtils.cpp.
References ARMNN_ASSERT, IOutputSlot::Connect(), armnn::FullyConnected, IConnectableLayer::GetInputSlot(), armnn::GetLayerTypeAsCString(), IConnectableLayer::GetName(), IConnectableLayer::GetOutputSlot(), IConnectableLayer::GetType(), and IOutputSlot::SetTensorInfo().