Lines Matching refs:with
5 * you may not use this file except in compliance with the License.
33 * implementation. The token must not be confused with the feature level which is solely
39 * For example, combined with the device name and other information, the token can help
120 * operation is not supported. The index of "supported" corresponds with
184 * The file descriptors must be opened with read and write permission. A file may
191 * The model is prepared asynchronously with respect to the caller. The
195 * the callback with the appropriate ErrorStatus value and nullptr for the
196 * IPreparedModel, then return with the same ErrorStatus. If the inputs to the
200 * prepareModel with ErrorStatus::NONE. If the asynchronous task fails to launch,
201 * prepareModel must immediately invoke the callback with
203 * with ErrorStatus::GENERAL_FAILURE.
208 * must be invoked with an error status of ErrorStatus::NONE and the
210 * the callback object must be invoked with the appropriate ErrorStatus
224 * the prepared model may only be finished when it is paired with a set of
226 * used with different shapes of inputs on different (possibly concurrent)
234 * @param modelCache A vector of handles with each entry holding exactly one
239 * preparedModel from cache files with prepareModelFromCache.
240 * @param dataCache A vector of handles with each entry holding exactly one
245 * preparedModel from cache files with prepareModelFromCache.
248 * the prepared model from the cache files with prepareModelFromCache.
281 * The file descriptors must be opened with read and write permission. A file may
288 * The model is prepared asynchronously with respect to the caller. The
294 * immediately invoke the callback with the appropriate ErrorStatus value and
295 * nullptr for the IPreparedModel, then return with the same ErrorStatus. If
299 * from prepareModelFromCache with ErrorStatus::NONE. If the asynchronous task
301 * with ErrorStatus::GENERAL_FAILURE and nullptr for the IPreparedModel, then
302 * return with ErrorStatus::GENERAL_FAILURE.
307 * callback object must be invoked with an error status of ErrorStatus::NONE
309 * the model, the callback object must be invoked with the appropriate
315 * the prepared model may only be finished when it is paired with a set of
317 * used with different shapes of inputs on different (possibly concurrent)
320 * @param modelCache A vector of handles with each entry holding exactly one
323 * The cache handles will be provided in the same order as with prepareModel_1_2.
324 * @param dataCache A vector of handles with each entry holding exactly one
327 * The cache handles will be provided in the same order as with prepareModel_1_2.
330 * the cache files with prepareModel_1_2. Tokens should be chosen