Home
last modified time | relevance | path

Searched refs:ShimPreparedModel (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/shim_and_sl/
DShimPreparedModel.cpp44 ErrorStatus ShimPreparedModel::parseInputs( in parseInputs()
213 ::ndk::ScopedAStatus ShimPreparedModel::executeFenced( in executeFenced()
266 ::ndk::ScopedAStatus ShimPreparedModel::executeSynchronously( in executeSynchronously()
347 explicit ShimBurst(std::shared_ptr<ShimPreparedModel> preparedModel);
358 const std::shared_ptr<ShimPreparedModel> kPreparedModel;
361 ndk::ScopedAStatus ShimPreparedModel::configureExecutionBurst(std::shared_ptr<IBurst>* burst) { in configureExecutionBurst()
362 std::shared_ptr<ShimPreparedModel> self = this->template ref<ShimPreparedModel>(); in configureExecutionBurst()
367 ShimBurst::ShimBurst(std::shared_ptr<ShimPreparedModel> preparedModel) in ShimBurst()
DShimDevice.cpp88 const ShimPreparedModel* castToShimPreparedModel(IPreparedModel* preparedModel) { in castToShimPreparedModel()
94 return static_cast<const ShimPreparedModel*>(preparedModel); in castToShimPreparedModel()
342 constexpr auto getCompilation = [](IPreparedModel* preparedModel) -> const ShimPreparedModel* { in allocate()
590 const std::shared_ptr<ShimPreparedModel> preparedModel = in prepareModel()
591 ndk::SharedRefBase::make<ShimPreparedModel>( in prepareModel()
DAndroid.bp52 "ShimPreparedModel.cpp",
/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimPreparedModel.h31 class ShimPreparedModel : public BnPreparedModel {
33 ShimPreparedModel(std::shared_ptr<const NnApiSupportLibrary> nnapi, in ShimPreparedModel() function