If input OrtValue represents a map, you need to retrieve the keys and values
separately. Use index=0 to retrieve keys and index=1 to retrieve values.
If input OrtValue represents a sequence, use index to retrieve the index'th element
of the sequence.
If input OrtValue represents a map, you need to retrieve the keys and values separately. Use index=0 to retrieve keys and index=1 to retrieve values. If input OrtValue represents a sequence, use index to retrieve the index'th element of the sequence.