Struct torch::THCharTensor [] [src]

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

Fields

Trait Implementations

impl Copy for THCharTensor
[src]

impl Clone for THCharTensor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more