Function tensorflow::ops::xla_concat_nd
source · pub fn xla_concat_nd<O0: Into<Output>>(
inputs: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for XlaConcatND::new().build(inputs, scope)
.
pub fn xla_concat_nd<O0: Into<Output>>(
inputs: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for XlaConcatND::new().build(inputs, scope)
.