Home
last modified time | relevance | path

Searched refs:getSupportedOperations (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DDevice.h47 Return<void> getSupportedOperations(const Model& model,
DDevice.cpp70 Return<void> Device::getSupportedOperations(const Model& model, in getSupportedOperations() function in android::hardware::neuralnetworks::V1_0::implementation::Device
/hardware/interfaces/neuralnetworks/1.0/
DIDevice.hal39 * getSupportedOperations indicates which operations of a model are fully
41 * any reason, getSupportedOperations must return false for that operation.
57 getSupportedOperations(Model model)
/hardware/interfaces/neuralnetworks/1.1/
DIDevice.hal44 * getSupportedOperations indicates which operations of a model are fully
46 * any reason, getSupportedOperations must return false for that operation.
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DValidateRequest.cpp51 Return<void> supportedOpsLaunchStatus = device->getSupportedOperations( in createPreparedModel()
DGeneratedTestHarness.cpp189 Return<void> supportedCall = device->getSupportedOperations( in Execute()
DValidateModel.cpp40 device->getSupportedOperations(model, [&](ErrorStatus status, const hidl_vec<bool>&) { in validateGetSupportedOperations()