Struct tensorflow_sys::TF_Function[][src]

#[repr(C)]
pub struct TF_Function { /* fields omitted */ }

Trait Implementations

impl Debug for TF_Function
[src]

Formats the value using the given formatter. Read more

impl Copy for TF_Function
[src]

impl Clone for TF_Function
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TF_Function

impl Sync for TF_Function