Lines Matching refs:ResilientPreparedModel
42 auto protect(const ResilientPreparedModel& resilientPreparedModel, const FnType& fn) in protect()
68 nn::GeneralResult<std::shared_ptr<const ResilientPreparedModel>> ResilientPreparedModel::create( in create()
76 return std::make_shared<ResilientPreparedModel>( in create()
80 ResilientPreparedModel::ResilientPreparedModel(PrivateConstructorTag /*tag*/, in ResilientPreparedModel() function in android::hardware::neuralnetworks::utils::ResilientPreparedModel
88 nn::SharedPreparedModel ResilientPreparedModel::getPreparedModel() const { in getPreparedModel()
93 nn::GeneralResult<nn::SharedPreparedModel> ResilientPreparedModel::recover( in recover()
107 ResilientPreparedModel::execute( in execute()
121 ResilientPreparedModel::executeFenced( in executeFenced()
137 nn::GeneralResult<nn::SharedExecution> ResilientPreparedModel::createReusableExecution( in createReusableExecution()
157 nn::GeneralResult<nn::SharedBurst> ResilientPreparedModel::configureExecutionBurst() const { in configureExecutionBurst()
170 nn::GeneralResult<nn::SharedExecution> ResilientPreparedModel::createReusableExecutionInternal( in createReusableExecutionInternal()
186 std::any ResilientPreparedModel::getUnderlyingResource() const { in getUnderlyingResource()
190 bool ResilientPreparedModel::isValidInternal() const { in isValidInternal()
194 nn::GeneralResult<nn::SharedBurst> ResilientPreparedModel::configureExecutionBurstInternal() const { in configureExecutionBurstInternal()