Struct tensorflow::ops::FingerprintInst
source · pub struct FingerprintInst {
pub op: Operation,
}
Expand description
An instance of ‘Fingerprint’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built Fingerprint Operation in a Tensorflow graph.
Implementations§
source§impl FingerprintInst
impl FingerprintInst
sourcepub fn fingerprint(&self) -> Output
pub fn fingerprint(&self) -> Output
Returns the ‘fingerprint’ Output of this ‘Fingerprint’ operation.
Trait Implementations§
source§impl Clone for FingerprintInst
impl Clone for FingerprintInst
source§fn clone(&self) -> FingerprintInst
fn clone(&self) -> FingerprintInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FingerprintInst
impl Debug for FingerprintInst
source§impl From<FingerprintInst> for Operation
impl From<FingerprintInst> for Operation
source§fn from(inst: FingerprintInst) -> Operation
fn from(inst: FingerprintInst) -> Operation
Converts to this type from the input type.