[][src]Trait tensor_compute::prelude::CpuTransferable

pub trait CpuTransferable {
#[must_use]    fn to_cpu<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = CpuTensor> + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn to_cpu<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = CpuTensor> + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementors

impl<T> CpuTransferable for T where
    T: GpuAllocated + ShapeStrideTrait
[src]

Loading content...