Function tensorflow::ops::quantized_concat
source · pub fn quantized_concat<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
concat_dim: O0,
values: O1,
input_mins: O2,
input_maxes: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for QuantizedConcat::new().build(concat_dim, values, input_mins, input_maxes, scope)
.