Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,NodeInfo> |
OrtSession.getInputInfo()
Returns the info objects for the inputs, including their names and types.
|
java.util.Map<java.lang.String,NodeInfo> |
OrtSession.getOutputInfo()
Returns the info objects for the outputs, including their names and types.
|