Lines Matching refs:with

5  * you may not use this file except in compliance with the License.
71 * operation is not supported. The index of "supported" corresponds with
94 * The file descriptors must be opened with read and write permission. A
101 * The model is prepared asynchronously with respect to the caller. The
105 * must immediately invoke the callback with the appropriate ErrorStatus
106 * value and nullptr for the IPreparedModel, then return with the same
110 * immediately return from prepareModel with ErrorStatus::NONE. If the
112 * the callback with ErrorStatus::GENERAL_FAILURE and nullptr for the
113 * IPreparedModel, then return with ErrorStatus::GENERAL_FAILURE.
118 * must be invoked with an error status of ErrorStatus::NONE and the
120 * the callback object must be invoked with the appropriate ErrorStatus
123 * The model is prepared with a priority. This priority is relative to other
128 * prepareModel_1_3 can be called with an optional deadline. If the model
146 * the prepared model may only be finished when it is paired with a set of
148 * with different shapes of inputs on different (possibly concurrent)
161 * @param modelCache A vector of handles with each entry holding exactly one
167 * with prepareModelFromCache_1_3.
168 * @param dataCache A vector of handles with each entry holding exactly one
174 * with prepareModelFromCache_1_3.
177 * retrieving the prepared model from the cache files with
215 * The file descriptors must be opened with read and write permission. A file may
222 * The model is prepared asynchronously with respect to the caller. The
228 * immediately invoke the callback with the appropriate ErrorStatus value and
229 * nullptr for the IPreparedModel, then return with the same ErrorStatus. If
233 * from prepareModelFromCache_1_3 with ErrorStatus::NONE. If the asynchronous task
235 * with ErrorStatus::GENERAL_FAILURE and nullptr for the IPreparedModel, then
236 * return with ErrorStatus::GENERAL_FAILURE.
241 * callback object must be invoked with an error status of ErrorStatus::NONE
243 * the model, the callback object must be invoked with the appropriate
246 * prepareModelFromCache_1_3 can be called with an optional deadline. If the
257 * the prepared model may only be finished when it is paired with a set of
259 * used with different shapes of inputs on different (possibly concurrent)
265 * @param modelCache A vector of handles with each entry holding exactly one
268 * The cache handles will be provided in the same order as with prepareModel_1_3.
269 * @param dataCache A vector of handles with each entry holding exactly one
272 * The cache handles will be provided in the same order as with prepareModel_1_3.
275 * the cache files with prepareModel_1_3. Tokens should be chosen
301 * Allocates a driver-managed buffer with the properties specified by the buffer descriptor
306 * function must return with an appropriate ErrorStatus, a nullptr as the IBuffer, and 0 as the
307 * buffer token. If the allocation is successful, this method must return with ErrorStatus::NONE
308 * and the produced IBuffer with a positive token identifying the allocated buffer. A successful
332 * @param inputRoles A vector of roles with each specifying an input to a prepared model.
333 * @param outputRoles A vector of roles with each specifying an output to a prepared model.
337 * descriptor must be compatible with each other. Two dimensions are incompatible if there
349 * execution. The token must not collide with the tokens of other IBuffer objects that are