
ort:session-output-count( $session as ort:session ) as xs:unsignedLong
Returns the number of outputs of a session.
| Parameters | |
|---|---|
| $session |
An ort:session.
|
let $session := ort:session(fn:doc("testmodel.onnx"))
return ort:session-output-count($session)
=> 1
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.