Lines Matching refs:execution
27 * IPreparedModel describes a model that has been prepared for execution and
32 * Launches an asynchronous execution on a prepared model.
34 * The execution is performed asynchronously with respect to the caller.
39 * launch an asynchronous task to perform the execution in the background,
45 * When the asynchronous task has finished its execution, it must
48 * the execution.
60 * - the execution should launch successfully (ErrorStatus::NONE): There
62 * - if at execution time every operation's input operands have legal
63 * values, the execution should complete successfully (ErrorStatus::NONE):
72 * @param measure Specifies whether or not to measure duration of the execution.
77 * the execution. The callback object's notify function must
78 * be called exactly once, even if the execution was
93 * Performs a synchronous execution on a prepared model.
95 * The execution is performed synchronously with respect to the caller.
100 * perform the execution, and must not return until the execution is
111 * are valid, and at execution time every operation's input operands have
112 * legal values, then the execution should complete successfully
122 * @param measure Specifies whether or not to measure duration of the execution.
126 * @return status Error status of the execution, must be:
127 * - NONE if execution is performed successfully
140 * @return Timing Duration of execution. Unless measure is YES and status is
154 * is sent to the Burst for execution, and at execution time every
155 * operation's input operands have legal values, then the execution should
162 * to the Burst for execution. The client must not
181 * execution to the client: the status of the
182 * execution, OutputShape of all output tensors, and
198 * @return status Error status of configuring the execution burst, must be: