pub fn get_session_handle_v2<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    value: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for GetSessionHandleV2::new().call(&ctx, &value).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/GetSessionHandleV2