Function tensorflow::ops::batch_mat_mul
source · pub fn batch_mat_mul<O0: Into<Output>, O1: Into<Output>>(
x: O0,
y: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BatchMatMul::new().build(x, y, scope)
.