tensorflow::ops

Function send

Source
pub fn send<O0: Into<Output>>(
    tensor: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for Send::new().build(tensor, scope).