24.02
|
#include <ModelToINetworkTransformer.hpp>
Public Member Functions | |
ModelToINetworkTransformer (const std::vector< armnn::BackendId > &backends, const Model &model, const std::set< unsigned int > &forcedUnsupportedOperations) | |
ConversionResult | GetConversionResult () const |
armnn::INetwork * | GetINetwork () const |
bool | IsOperationSupported (uint32_t operationIndex) const |
Definition at line 30 of file ModelToINetworkTransformer.hpp.
ModelToINetworkTransformer | ( | const std::vector< armnn::BackendId > & | backends, |
const Model & | model, | ||
const std::set< unsigned int > & | forcedUnsupportedOperations | ||
) |
Definition at line 18 of file ModelToINetworkTransformer.cpp.
References armnn::Success, and armnn_driver::UnsupportedFeature.
|
inline |
Definition at line 37 of file ModelToINetworkTransformer.hpp.
Referenced by ArmnnDriver::getSupportedOperations(), and ArmnnDriverImpl::PrepareArmnnModel().
|
inline |
Definition at line 40 of file ModelToINetworkTransformer.hpp.
Referenced by ArmnnDriverImpl::PrepareArmnnModel().
bool IsOperationSupported | ( | uint32_t | operationIndex | ) | const |
Definition at line 195 of file ModelToINetworkTransformer.cpp.
Referenced by ArmnnDriver::getSupportedOperations().