
ort.sessionInputName( session as ort.session, index as Number ) as String
Returns the name of an input of a session, specified by an index.
| Parameters | |
|---|---|
| session |
An ort.session.
|
| index | The index of the input. Starts from 0. |
const session = ort.session(cts.doc("testmodel.onnx"));
ort.sessionInputName(session, 0)
=> input_0
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.