Function tensorflow::ops::get_session_tensor
source · pub fn get_session_tensor<O0: Into<Output>>(
handle: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for GetSessionTensor::new().build(handle, scope)
.