Loading TOC...

ort.sessionInputCount

ort.sessionInputCount(
   session as ort.session
) as Number

Summary

Returns the number of inputs of a session.

Parameters
session An ort.session.

Example

  const session = ort.session(cts.doc("testmodel.onnx"));
  ort.sessionInputCount(session)
  => 1

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.