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