Function tensorflow::eager::raw_ops::floor

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

Shorthand for Floor::new().call(&ctx, &x).

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