Struct tfdeploy::Model [] [src]

pub struct Model { /* fields omitted */ }

Model is Tfdeploy workhouse. It wraps a protobuf tensorflow model, and runs the inference interpreter.

Methods

impl Model
[src]

[src]

[src]

[src]

[src]

Load a Tensorflow protobul model from a file.

[src]

Load a Tfdeploy model from a reader.

[src]

Load a Tensorflow protobuf graph def from a reader.

[src]

Load a Tensorflow protobuf graph def from a path

[src]

[src]

Build a tfdeploy Node by name.

[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Model

impl Sync for Model