Struct tensorflow_sys::TF_Input [] [src]

#[repr(C)]
pub struct TF_Input { pub oper: *mut TF_Operation, pub index: c_int, }

Fields

Trait Implementations

impl Debug for TF_Input
[src]

[src]

Formats the value using the given formatter.

impl Copy for TF_Input
[src]

impl Clone for TF_Input
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more