Home
last modified time | relevance | path

Searched refs:ShimConvertedModel (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimConverter.h32 struct ShimConvertedModel { struct
51 std::optional<ShimConvertedModel> convertFromHAL(const NnApiSupportLibrary* nnapi,
/packages/modules/NeuralNetworks/shim_and_sl/
DShimConverter.cpp369 std::optional<ShimConvertedModel> convertFromHAL(const NnApiSupportLibrary* nnapi, in convertFromHAL()
425 return ShimConvertedModel{.memory = std::move(memoryPools), .models = std::move(result)}; in convertFromHAL()