21 unsigned int srcSlot,
unsigned int destSlot,
bool CheckOrder(const armnn::Graph &graph, const armnn::Layer *first, const armnn::Layer *second)
Checks that first comes before second in the order.
bool CheckNumberOfInputSlot(armnn::Layer *layer, unsigned int num)
armnn::Layer * GetFirstLayerWithName(armnn::Graph &graph, const std::string &name)
bool CheckNumberOfOutputSlot(armnn::Layer *layer, unsigned int num)
bool GraphHasNamedLayer(const armnn::Graph &graph, const std::string &name)
bool IsConnected(armnn::Layer *srcLayer, armnn::Layer *destLayer, unsigned int srcSlot, unsigned int destSlot, const armnn::TensorInfo &expectedTensorInfo)