Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp183 ShimDevice::ShimDevice(std::shared_ptr<const NnApiSupportLibrary> nnapi, in ShimDevice() function in aidl::android::hardware::neuralnetworks::ShimDevice
319 ::ndk::ScopedAStatus ShimDevice::allocate(const BufferDesc& desc, in allocate()
462 ndk::ScopedAStatus ShimDevice::getCapabilities(Capabilities* capabilities) { in getCapabilities()
467 ndk::ScopedAStatus ShimDevice::getNumberOfCacheFilesNeeded(NumberOfCacheFiles* numberOfCacheFiles) { in getNumberOfCacheFilesNeeded()
472 ndk::ScopedAStatus ShimDevice::getSupportedExtensions(std::vector<Extension>* extensions) { in getSupportedExtensions()
477 ndk::ScopedAStatus ShimDevice::getSupportedOperations(const Model& model, in getSupportedOperations()
502 ndk::ScopedAStatus ShimDevice::getType(DeviceType* type) { in getType()
510 ndk::ScopedAStatus ShimDevice::getVersionString(std::string* versionString) { in getVersionString()
528 ndk::ScopedAStatus ShimDevice::prepareModelCommon( in prepareModelCommon()
627 ndk::ScopedAStatus ShimDevice::prepareModel( in prepareModel()
[all …]
DShimDeviceManager.cpp45 using aidl::android::hardware::neuralnetworks::ShimDevice;
77 const std::string instance = std::string(ShimDevice::descriptor) + "/" + name; in registerService()
169 auto shimDevice = ndk::SharedRefBase::make<ShimDevice>(nnapi, device, info.serviceName); in registerDevices()
DAndroid.bp55 "ShimDevice.cpp",
/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimDevice.h38 class ShimDevice : public BnDevice {
40 ShimDevice(std::shared_ptr<const NnApiSupportLibrary>, ANeuralNetworksDevice*,