@@ -183,21 +183,19 @@ size_t get_num_registered_backends();
183
183
*/
184
184
Result<const char *> get_backend_name (size_t index);
185
185
186
-
187
186
/* *
188
- * Sets backend options for a specific backend.
189
- *
190
- * @param backend_name The name of the backend to set options for
191
- * @param backend_options The backend option list containing the options
192
- * to set
193
- * @return Error::Ok on success, Error::NotFound if backend is not found, or
194
- * other error codes on failure
195
- */
187
+ * Sets backend options for a specific backend.
188
+ *
189
+ * @param backend_name The name of the backend to set options for
190
+ * @param backend_options The backend option list containing the options
191
+ * to set
192
+ * @return Error::Ok on success, Error::NotFound if backend is not found, or
193
+ * other error codes on failure
194
+ */
196
195
Error set_option (
197
- const char * backend_name,
198
- const executorch::runtime::Span<executorch::runtime::BackendOption>
199
- backend_options);
200
-
196
+ const char * backend_name,
197
+ const executorch::runtime::Span<executorch::runtime::BackendOption>
198
+ backend_options);
201
199
202
200
/* *
203
201
* Retrieves backend options for a specific backend.
@@ -208,11 +206,10 @@ Error set_option(
208
206
* @return Error::Ok on success, Error::NotFound if backend is not found, or
209
207
* other error codes on failure
210
208
*/
211
- Error get_option (
212
- const char * backend_name,
213
- executorch::runtime::Span<executorch::runtime::BackendOption>
214
- backend_options);
215
-
209
+ Error get_option (
210
+ const char * backend_name,
211
+ executorch::runtime::Span<executorch::runtime::BackendOption>
212
+ backend_options);
216
213
217
214
} // namespace ET_RUNTIME_NAMESPACE
218
215
} // namespace executorch
0 commit comments