Searched defs:mDeviceV1_1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
H A DVersionedIDevice.h185 * mDeviceV1_1 will point to the same object as mDeviceV1_0; otherwise,
186 * mDeviceV1_1 will be nullptr.
190 * and mDeviceV1_1 will be nullptr.
191 * * If the device is truly v1.1 or later, both mDeviceV1_0 and mDeviceV1_1
194 * Idiomatic usage: if mDeviceV1_1 is non-null, do V1_1 dispatch; otherwise,
198 sp<V1_1::IDevice> mDeviceV1_1; member in class:android::nn::VersionedIDevice

Completed in 74 milliseconds