Struct tensorflow::ops::SdcaFprint
source · pub struct SdcaFprint { /* private fields */ }
Expand description
Builder for the SdcaFprint
operation.
Implementations§
source§impl SdcaFprint
impl SdcaFprint
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
input: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, input: O0, scope: &mut Scope ) -> Result<Operation>
Builds the SdcaFprint
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<SdcaFprintInst>
pub fn build_instance( &self, input: Output, scope: &mut Scope ) -> Result<SdcaFprintInst>
Builds a new instance of ‘SdcaFprint’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for SdcaFprint
impl Debug for SdcaFprint
source§impl Default for SdcaFprint
impl Default for SdcaFprint
source§fn default() -> SdcaFprint
fn default() -> SdcaFprint
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SdcaFprint
impl Send for SdcaFprint
impl Sync for SdcaFprint
impl Unpin for SdcaFprint
impl UnwindSafe for SdcaFprint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more