Struct tensorflow_sys::TF_Output
[−]
[src]
#[repr(C)]pub struct TF_Output { pub oper: *mut TF_Operation, pub index: c_int, }
Fields
oper: *mut TF_Operation
index: c_int
Trait Implementations
impl Debug for TF_Output[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more