Searched refs:prepareModel (Results 1 – 9 of 9) 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.
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
63 Return<ErrorStatus> prepareLaunchStatus = device->prepareModel(model, preparedModelCallback); in createPreparedModel()
201 Return<ErrorStatus> prepareLaunchStatus = device->prepareModel(model, preparedModelCallback); in Execute()
52 Return<ErrorStatus> prepareLaunchStatus = device->prepareModel(model, preparedModelCallback); in validatePrepareModel()