#include <SubgraphUtils.hpp>
template<typename LayerT, typename BlockT>
class armnn::OpBlockSequencer< LayerT, BlockT >
Definition at line 552 of file SubgraphUtils.hpp.
◆ OpBlockSequencer()
◆ ~OpBlockSequencer()
◆ Add()
| void Add |
( |
LayerT * |
layer, |
|
|
BlockT * |
block |
|
) |
| |
|
inline |
◆ Finish()
| std::list<Pair>& Finish |
( |
| ) |
|
|
inline |
Definition at line 577 of file SubgraphUtils.hpp.
580 if (m_Pending.size())
582 std::stringstream stm;
583 stm <<
"[OpBlockSequencer] " << m_Pending.size();
584 stm <<
" blocks could not be processed!";
585 throw std::invalid_argument(stm.str());
Referenced by TosaRefBackend::OptimizeSubgraphView().
The documentation for this class was generated from the following file: