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