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