
ort.sessionOutputCount( session as ort.session ) as Number
Returns the number of outputs of a session.
| Parameters | |
|---|---|
| session |
An ort.session.
|
const session = ort.session(cts.doc("testmodel.onnx"));
ort.sessionOutputCount(session)
=> 1
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.