pub fn sqrt(
graph: &mut ComputationGraph,
input: &ReverseVariable,
) -> ReverseVariable
Expand description
Square root operation on computation graph
pub fn sqrt(
graph: &mut ComputationGraph,
input: &ReverseVariable,
) -> ReverseVariable
Square root operation on computation graph