Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DDevice.cpp125 nn::GeneralResult<std::vector<nn::Extension>> getSupportedExtensionsFrom(V1_2::IDevice* device) { in getSupportedExtensionsFrom() function
161 auto extensions = NN_TRY(getSupportedExtensionsFrom(device.get())); in create()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DDevice.cpp91 nn::GeneralResult<std::vector<nn::Extension>> getSupportedExtensionsFrom( in getSupportedExtensionsFrom() function
140 auto extensions = NN_TRY(getSupportedExtensionsFrom(device.get())); in create()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
H A DDevice.h50 nn::GeneralResult<std::vector<nn::Extension>> getSupportedExtensionsFrom(V1_2::IDevice* device);
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DDevice.cpp111 auto extensions = NN_TRY(V1_2::utils::getSupportedExtensionsFrom(device.get())); in create()