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 */ }
pub type DynTensorRefMut<'v> = ValueRefMut<'v, DynTensorValueType>;
A mutable reference to a tensor Value
whose data type is unknown.
struct DynTensorRefMut<'v> { /* private fields */ }