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