Home
last modified time | relevance | path

Searched refs:getSupportedOperations (Results 1 – 9 of 9) 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.0/vts/functional/
DBasicTests.cpp157 Return<void> supportedOpsReturn = kDevice->getSupportedOperations( in TEST_P()
DVtsHalNeuralnetworks.cpp40 const Return<void> supportedCall = device->getSupportedOperations( in createPreparedModel()
DValidateModel.cpp41 device->getSupportedOperations(model, [&](ErrorStatus status, const hidl_vec<bool>&) { in validateGetSupportedOperations()
/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.3/
DIDevice.hal53 * getSupportedOperations indicates which operations of the top-level
55 * not be supported for any reason, getSupportedOperations must return
/hardware/interfaces/neuralnetworks/1.2/
DIDevice.hal107 * getSupportedOperations indicates which operations of a model are fully
109 * any reason, getSupportedOperations must return false for that operation.