Struct wasmedge_tensorflow_interface::Session[][src]

pub struct Session { /* fields omitted */ }
Expand description

The session structure.

Implementations

Add input name, dimension, operation index, and input tensor into context.

Add output name and operation index into context.

Clear the set input tensors.

Clear the set output tensors.

Run session.

Get output tensor data by name.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.