Function tensorflow::eager::raw_ops::send

source ·
pub fn send<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    tensor: &T0
) -> Result<()>
Expand description

Shorthand for Send::new().call(&ctx, &tensor).

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