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