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