Function tensorflow::ops::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)
.