mnn
0.2.0
Owned
Tensor
Type
Object Safety
Implementors
In mnn::
tensor
mnn
::
tensor
Trait
OwnedTensorType
Copy item path
source
pub trait OwnedTensorType:
TensorType
{ }
Expand description
A tensor that is owned
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<H:
HalideType
>
OwnedTensorType
for
Device
<H>
source
§
impl<H:
HalideType
>
OwnedTensorType
for
Host
<H>