Skip to main content

pow

Function pow 

Source
pub fn pow(base: &TracedTensor, exp: &TracedTensor) -> TracedTensor
Expand description

Elementwise power helper with NumPy-style broadcasting.

§Examples

let y = tenferro::pow(&base, &exp);