Skip to main content

IntoDevice

Trait IntoDevice 

Source
pub trait IntoDevice<T> {
    // Required method
    fn into_device(self) -> TractResult<T>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoDevice<DeviceTensor> for Arc<Tensor>

Source§

impl IntoDevice<DeviceTensor> for Tensor

Implementors§