[][src]Trait tensor_compute::GpuAllocated

pub trait GpuAllocated {
    fn get_gpu(&self) -> &'static GpuInstance;
fn internal_gpu_buffer(&self) -> &GpuBuffer; fn internal_buffer_size_in_bytes(&self) -> usize { ... } }

Required methods

fn get_gpu(&self) -> &'static GpuInstance

fn internal_gpu_buffer(&self) -> &GpuBuffer

Loading content...

Provided methods

Loading content...

Implementors

impl GpuAllocated for GpuTensor[src]

impl<'a> GpuAllocated for GpuTensorView<'a>[src]

impl<'a> GpuAllocated for GpuTensorViewMut<'a>[src]

Loading content...