File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,6 @@ class PyTorchBackendInterface {
67
67
* memory.
68
68
* @param[in] compile_specs The exact same compiler specification that
69
69
* was used ahead-of-time to produce `processed`.
70
- * @param[in] memory_allocator The allocator to allocate from if necessary.
71
70
*
72
71
* @returns On success, an opaque handle representing the the method
73
72
* implemented by the delegate. This handle is passed to `execute()` and
@@ -126,7 +125,7 @@ class BackendRegistry {
126
125
/* *
127
126
* Registers the Backend object (i.e. string name and PyTorchBackendInterface
128
127
* pair) so that it could be called via the name during the runtime.
129
- * @param[in] name Name of the user-defined backend delegate.
128
+ * @param[in] backend Backend object of the user-defined backend delegate.
130
129
* @retval Error code representing whether registration was successful.
131
130
*/
132
131
__ET_NODISCARD Error register_backend (const Backend& backend);
You can’t perform that action at this time.
0 commit comments