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