tensorflow::ops

Function fingerprint

Source
pub fn fingerprint<O0: Into<Output>, O1: Into<Output>>(
    data: O0,
    method: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for Fingerprint::new().build(data, method, scope).