[][src]Struct tensorflow::ImportGraphDefResults

pub struct ImportGraphDefResults { /* fields omitted */ }

ImportGraphDefResults holds results that are generated by Graph::import_graph_def_with_results().

Methods

impl ImportGraphDefResults[src]

pub fn return_outputs(&self) -> Vec<Output>[src]

Fetches the return outputs requested via ImportGraphDefOptions::add_return_output().

pub fn return_operations(&self) -> Vec<Operation>[src]

Fetches the return operations requested via ImportGraphDefOptions::add_return_operation().

pub fn missing_unused_input_mappings(
    &self
) -> Result<Vec<(&str, c_int)>, Utf8Error>
[src]

Fetches any input mappings requested via ImportGraphDefOptions::add_input_mapping() that didn't appear in the GraphDef and weren't used as input to any node in the imported graph def.

Trait Implementations

impl Drop for ImportGraphDefResults[src]

impl Debug for ImportGraphDefResults[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]