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