ort.valueIsTensor( value as ort.value ) as Boolean
Returns if the ort.value has value type "TENSOR".
ort.value
const v = ort.value([1,2,3,4,5,6], [2,3], "float") ort.valueIsTensor(v) => true