Searched refs:getSupportedExtensionsFrom (Results 1 – 4 of 4) sorted by relevance
125 nn::GeneralResult<std::vector<nn::Extension>> getSupportedExtensionsFrom(V1_2::IDevice* device) { in getSupportedExtensionsFrom() function161 auto extensions = NN_TRY(getSupportedExtensionsFrom(device.get())); in create()
91 nn::GeneralResult<std::vector<nn::Extension>> getSupportedExtensionsFrom( in getSupportedExtensionsFrom() function140 auto extensions = NN_TRY(getSupportedExtensionsFrom(device.get())); in create()
50 nn::GeneralResult<std::vector<nn::Extension>> getSupportedExtensionsFrom(V1_2::IDevice* device);
111 auto extensions = NN_TRY(V1_2::utils::getSupportedExtensionsFrom(device.get())); in create()