Struct torch::THByteTensor [] [src]

#[repr(C)]
pub struct THByteTensor { pub size: *mut c_long, pub stride: *mut c_long, pub nDimension: c_int, pub storage: *mut THByteStorage, pub storageOffset: isize, pub refcount: c_int, pub flag: c_char, }

Fields

Trait Implementations

impl Copy for THByteTensor
[src]

impl Clone for THByteTensor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more