Function tensorflow::ops::risc_concat
source · pub fn risc_concat<O0: Into<Output>, O1: Into<Output>>(
values: O0,
axis: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RiscConcat::new().build(values, axis, scope)
.