Function tensorflow::eager::raw_ops::prod

source ·
pub fn prod<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input: &T0,
    reduction_indices: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for Prod::new().call(&ctx, &input, &reduction_indices).

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