Struct cntk::DeviceDescriptor
[−]
[src]
pub struct DeviceDescriptor { /* fields omitted */ }
Methods
impl DeviceDescriptor
[src]
fn cpu() -> DeviceDescriptor
[src]
Trait Implementations
impl Copy for DeviceDescriptor
[src]
impl Clone for DeviceDescriptor
[src]
fn clone(&self) -> DeviceDescriptor
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more