OrtSessionResultConversions
Convenience functions for processing OrtSession.Result.
Functions
Returns the output at index as an Array
Returns the output by name as an Array
Returns the output at index as a DoubleArray.
Returns the output by name as a DoubleArray.
Returns the output at index as a DoubleArray with its shape.
Returns the output by name as a DoubleArray with its shape.
Returns the output at index as a FloatArray.
Returns the output by name as a FloatArray.
Returns the output at index as a FloatArray with its shape.
Returns the output by name as a FloatArray with its shape.
Returns the output by name as a FloatArray.
Returns the output at index as a ShortArray.
Returns the output by name as a ShortArray.
Returns the output at index as a ShortArray with its shape.
Returns the output by name as a ShortArray with its shape.
Returns all values from this OrtSession.Result. This operation could be slow for high dimensional tensors, in which case functions that return one dimensional array such as getFloatArray or getLongArray should be used.