Struct tensorflux_sys::TF_Output
[−]
[src]
#[repr(C)]pub struct TF_Output { pub operation: *mut TF_Operation, pub index: c_int, }
Fields
operation: *mut TF_Operation
index: c_int
Trait Implementations
impl Clone for TF_Output
[src]
fn clone(&self) -> TF_Output
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more