Searched refs:getSupportedOperations (Results 1 – 7 of 7) sorted by relevance
47 Return<void> getSupportedOperations(const Model& model,
70 Return<void> Device::getSupportedOperations(const Model& model, in getSupportedOperations() function in android::hardware::neuralnetworks::V1_0::implementation::Device
39 * getSupportedOperations indicates which operations of a model are fully41 * any reason, getSupportedOperations must return false for that operation.57 getSupportedOperations(Model model)
44 * getSupportedOperations indicates which operations of a model are fully46 * any reason, getSupportedOperations must return false for that operation.
51 Return<void> supportedOpsLaunchStatus = device->getSupportedOperations( in createPreparedModel()
189 Return<void> supportedCall = device->getSupportedOperations( in Execute()
40 device->getSupportedOperations(model, [&](ErrorStatus status, const hidl_vec<bool>&) { in validateGetSupportedOperations()