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