Searched refs:prepareModel (Results 1 – 12 of 12) sorted by relevance
63 * prepareModel is used to make any necessary transformations or alternative70 * prepareModel function must verify the inputs to the prepareModel function71 * are correct. If there is an error, prepareModel must immediately invoke74 * the prepareModel function are valid and there is no error, prepareModel76 * and immediately return from prepareModel with ErrorStatus::NONE. If the77 * asynchronous task fails to launch, prepareModel must immediately invoke83 * prepareModel. If the model was prepared successfully, the callback object97 * Multiple threads can call prepareModel on the same model concurrently.113 prepareModel(Model model, IPreparedModelCallback callback)
23 * asynchronous task launched from IDevice::prepareModel.35 * IDevice::prepareModel is invalid, notify must be invoked with the46 * prepareModel is invalid
41 * prepareModel is invalid
68 * prepareModel is used to make any necessary transformations or alternative75 * prepareModel function must verify the inputs to the prepareModel function76 * are correct. If there is an error, prepareModel must immediately invoke79 * the prepareModel function are valid and there is no error, prepareModel81 * and immediately return from prepareModel with ErrorStatus::NONE. If the82 * asynchronous task fails to launch, prepareModel must immediately invoke88 * prepareModel. If the model was prepared successfully, the callback object102 * Multiple threads can call prepareModel on the same model concurrently.
25 * asynchronous task launched from IDevice::prepareModel.37 * IDevice::prepareModel is invalid, either notify_1_2 or notify must be invoked48 * prepareModel is invalid
171 * prepareModel is used to make any necessary transformations to or alternative192 * prepareModel function must verify the inputs to the preparedModel function194 * cache) are correct. If there is an error, prepareModel must immediately invoke197 * prepareModel function that are related to preparing the model are valid and198 * there is no error, prepareModel must launch an asynchronous task200 * prepareModel with ErrorStatus::NONE. If the asynchronous task fails to launch,201 * prepareModel must immediately invoke the callback with207 * prepareModel. If the model was prepared successfully, the callback object217 * the prepareModel function must finish preparing the model. The driver229 * Multiple threads may call prepareModel on the same model concurrently.
46 * prepareModel is invalid
49 Return<ErrorStatus> prepareModel(const Model& model,
104 Return<ErrorStatus> Device::prepareModel(const Model& model, in prepareModel() function in android::hardware::neuralnetworks::V1_0::implementation::Device
52 Return<ErrorStatus> prepareLaunchStatus = device->prepareModel(model, preparedModelCallback); in createPreparedModel()
52 Return<ErrorStatus> prepareLaunchStatus = device->prepareModel(model, preparedModelCallback); in validatePrepareModel()
451 Return<ErrorStatus> prepareLaunchStatus = device->prepareModel(model, preparedModelCallback); in Execute()