ort::value

Type Alias DynTensorRefMut

Source
pub type DynTensorRefMut<'v> = ValueRefMut<'v, DynTensorValueType>;
Expand description

A mutable reference to a tensor Value whose data type is unknown.

Aliased Typeยง

struct DynTensorRefMut<'v> { /* private fields */ }