pub fn stateless_random_get_key_counter_alg<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    seed: &T0
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for StatelessRandomGetKeyCounterAlg::new().call(&ctx, &seed).

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