[−][src]Struct tensorflow::SessionOptions
Options that can be passed during session creation.
Methods
impl SessionOptions[src]
impl SessionOptionspub fn set_target(&mut self, target: &str) -> Result<(), NulError>[src]
pub fn set_target(&mut self, target: &str) -> Result<(), NulError>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
pub fn set_config(&mut self, config: &[u8]) -> Result<()>[src]
pub fn set_config(&mut self, config: &[u8]) -> Result<()>Set the config.
config should be a serialized ConfigProto proto.
Returns an error if config was not parsed successfully as a ConfigProto.
impl SessionOptions[src]
impl SessionOptionsTrait Implementations
impl Drop for SessionOptions[src]
impl Drop for SessionOptionsimpl Debug for SessionOptions[src]
impl Debug for SessionOptionsAuto Trait Implementations
impl !Send for SessionOptions
impl !Send for SessionOptionsimpl !Sync for SessionOptions
impl !Sync for SessionOptionsBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>,