Struct tensorflow::ops::WriteGraphSummary
source · pub struct WriteGraphSummary { /* private fields */ }
Expand description
Builder for the WriteGraphSummary
operation.
Implementations§
source§impl WriteGraphSummary
impl WriteGraphSummary
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>, O1: Into<Output>, O2: Into<Output>>(
&self,
writer: O0,
step: O1,
tensor: O2,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>( &self, writer: O0, step: O1, tensor: O2, scope: &mut Scope ) -> Result<Operation>
Builds the WriteGraphSummary
operation.
sourcepub fn build_instance(
&self,
writer: Output,
step: Output,
tensor: Output,
scope: &mut Scope
) -> Result<WriteGraphSummaryInst>
pub fn build_instance( &self, writer: Output, step: Output, tensor: Output, scope: &mut Scope ) -> Result<WriteGraphSummaryInst>
Builds a new instance of ‘WriteGraphSummary’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for WriteGraphSummary
impl Debug for WriteGraphSummary
source§impl Default for WriteGraphSummary
impl Default for WriteGraphSummary
source§fn default() -> WriteGraphSummary
fn default() -> WriteGraphSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for WriteGraphSummary
impl Send for WriteGraphSummary
impl Sync for WriteGraphSummary
impl Unpin for WriteGraphSummary
impl UnwindSafe for WriteGraphSummary
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