Function tensorflow::eager::raw_ops::get_session_handle
source · pub fn get_session_handle<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
value: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for GetSessionHandle::new().call(&ctx, &value)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/GetSessionHandle