Struct tensorflow::SessionOptions [] [src]

pub struct SessionOptions { /* fields omitted */ }

Options that can be passed during session creation.

Methods

impl SessionOptions
[src]

[src]

Set the target.

target can be empty, a single entry, or a comma separated list of entries. Each entry is in one of the following formats :

  • "local"
  • ip:port
  • host:port

[src]

Set the config.

config should be a serialized brain.ConfigProto proto. Returns an error if config was not parsed successfully as a ConfigProto.

impl SessionOptions
[src]

[src]

Creates a blank set of options.

Trait Implementations

impl Debug for SessionOptions
[src]

[src]

Formats the value using the given formatter.

impl Drop for SessionOptions
[src]

[src]

Executes the destructor for this type. Read more