Document pipelines using JSDoc
Categories
(Core :: Machine Learning: General, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: tarek, Assigned: tarek)
References
Details
(Whiteboard: [genai])
Attachments
(1 file)
Each pipeline implemented in the inference engine comes with different options to run.
For instance, the image-to-text one can take an image UR or an image as an array buffer. The request object that is used to pass the option from the caller to the engine is a generic envelope.
In order to document how the inference engine is used, and since each pipeline is a function, lets plug each function JSDoc in a reST text in our documentation. see https://firefox-source-docs.mozilla.org/tools/moztreedocs/jsdoc-support.html
The document should also provide a step-by-type guide to add a new pipeline
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
•
|
||
The document should also provide a step-by-type guide to add a new pipeline
will be done in a follow-up bug
| Assignee | ||
Comment 3•2 years ago
|
||
about the warning : https://bugzilla.mozilla.org/show_bug.cgi?id=1706691
Backed out for causing doc generate failure
Updated•2 years ago
|
Comment 7•2 years ago
|
||
| bugherder | ||
Description
•