mnn
0.2.0
Mutable
Tensor
Type
Object Safety
Implementors
In mnn::
tensor
mnn
::
tensor
Trait
MutableTensorType
Copy item path
source
pub trait MutableTensorType:
TensorType
{ }
Expand description
A tensor that is mutable
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
OwnedTensorType
>
MutableTensorType
for T
source
§
impl<T:
TensorType
>
MutableTensorType
for
RefMut
<'_, T>