Skip to content

Session Info Node

AI/ML/ONNX

Session Info

Get information about a loaded ONNX session

onnx_session_infoonnx
Inputs1
Outputs4
Security exposure10/10
Packageonnx

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

1

Model

Struct
model

ONNX Model Session

NodeOnnxSessionNodeOnnxSession1 fields
session_refstringrequired

Cache ID for Session

Schema enforced

Output Pins

4

Inputs

Struct Array
inputs

List of model inputs

TensorInfoTensorInfo3 fields
namestringrequired

Name of the tensor

shapeArray<integer:int64>required

Shape of the tensor (may include -1 for dynamic dimensions)

itemsinteger:int64array item
format int64
dtypestringrequired

Data type (e.g., "Float32", "Int64")

Outputs

Struct Array
outputs

List of model outputs

TensorInfoTensorInfo3 fields
namestringrequired

Name of the tensor

shapeArray<integer:int64>required

Shape of the tensor (may include -1 for dynamic dimensions)

itemsinteger:int64array item
format int64
dtypestringrequired

Data type (e.g., "Float32", "Int64")

Input Names

String
input_names

Comma-separated input names

Output Names

String
output_names

Comma-separated output names

Node Info

Internal name
onnx_session_info
Category
AI/ML/ONNX
Version
1