tensorflow::ops

Function get_session_handle

Source
pub fn get_session_handle<O0: Into<Output>>(
    value: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for GetSessionHandle::new().build(value, scope).