Home
last modified time | relevance | path

Searched defs:getSupportedOperations (Results 1 – 17 of 17) sorted by relevance

/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
DIDevice.aidl41 boolean[] getSupportedOperations(in android.hardware.neuralnetworks.Model model); in getSupportedOperations() method
/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
DIDevice.aidl195 boolean[] getSupportedOperations(in Model model); in getSupportedOperations() method
/hardware/interfaces/neuralnetworks/utils/common/src/
DInvalidDevice.cpp78 nn::GeneralResult<std::vector<bool>> InvalidDevice::getSupportedOperations( in getSupportedOperations() function in android::hardware::neuralnetworks::utils::InvalidDevice
DResilientDevice.cpp171 nn::GeneralResult<std::vector<bool>> ResilientDevice::getSupportedOperations( in getSupportedOperations() function in android::hardware::neuralnetworks::utils::ResilientDevice
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DInvalidDevice.cpp105 ndk::ScopedAStatus InvalidDevice::getSupportedOperations(const Model& model, in getSupportedOperations() function in aidl::android::hardware::neuralnetworks::InvalidDevice
DDevice.cpp199 nn::GeneralResult<std::vector<bool>> Device::getSupportedOperations(const nn::Model& model) const { in getSupportedOperations() function in aidl::android::hardware::neuralnetworks::utils::Device
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DDevice.cpp127 nn::GeneralResult<std::vector<bool>> Device::getSupportedOperations(const nn::Model& model) const { in getSupportedOperations() function in android::hardware::neuralnetworks::V1_0::utils::Device
/hardware/interfaces/neuralnetworks/1.1/utils/src/
DDevice.cpp127 nn::GeneralResult<std::vector<bool>> Device::getSupportedOperations(const nn::Model& model) const { in getSupportedOperations() function in android::hardware::neuralnetworks::V1_1::utils::Device
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DDevice.cpp171 nn::GeneralResult<std::vector<bool>> Device::getSupportedOperations(const nn::Model& model) const { in getSupportedOperations() function in android::hardware::neuralnetworks::V1_3::utils::Device
/hardware/interfaces/neuralnetworks/utils/adapter/src/
DDevice.cpp125 nn::GeneralResult<hidl_vec<bool>> getSupportedOperations(const nn::SharedDevice& device, in getSupportedOperations() function
387 Return<void> Device::getSupportedOperations(const V1_0::Model& model, in getSupportedOperations() function in android::hardware::neuralnetworks::adapter::Device
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DDevice.cpp220 nn::GeneralResult<std::vector<bool>> Device::getSupportedOperations(const nn::Model& model) const { in getSupportedOperations() function in android::hardware::neuralnetworks::V1_2::utils::Device
/hardware/interfaces/neuralnetworks/1.1/utils/test/
DDeviceTest.cpp310 TEST(DeviceTest, getSupportedOperations) { in TEST() argument
/hardware/interfaces/neuralnetworks/1.0/utils/test/
DDeviceTest.cpp300 TEST(DeviceTest, getSupportedOperations) { in TEST() argument
/hardware/interfaces/neuralnetworks/utils/common/test/
DResilientDeviceTest.cpp249 TEST(ResilientDeviceTest, getSupportedOperations) { in TEST() argument
/hardware/interfaces/neuralnetworks/aidl/utils/test/
DDeviceTest.cpp490 TEST(DeviceTest, getSupportedOperations) { in TEST() argument
/hardware/interfaces/neuralnetworks/1.2/utils/test/
DDeviceTest.cpp556 TEST(DeviceTest, getSupportedOperations) { in TEST() argument
/hardware/interfaces/neuralnetworks/1.3/utils/test/
DDeviceTest.cpp578 TEST(DeviceTest, getSupportedOperations) { in TEST() argument