Struct tensorflow::ops::SetStatsAggregatorDataset
source · [−]pub struct SetStatsAggregatorDataset { /* private fields */ }
Expand description
Builder for the SetStatsAggregatorDataset
operation.
Implementations
sourceimpl SetStatsAggregatorDataset
impl SetStatsAggregatorDataset
sourcepub fn output_types<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
pub fn output_types<ArgType: Into<Vec<DataType>>>(self, value: ArgType) -> Self
Sets the output_types
attribute.
sourcepub fn output_shapes<ArgType: Into<Vec<Shape>>>(self, value: ArgType) -> Self
pub fn output_shapes<ArgType: Into<Vec<Shape>>>(self, value: ArgType) -> Self
Sets the output_shapes
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<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
&self,
input_dataset: O0,
stats_aggregator: O1,
tag: O2,
counter_prefix: O3,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
&self,
input_dataset: O0,
stats_aggregator: O1,
tag: O2,
counter_prefix: O3,
scope: &mut Scope
) -> Result<Operation>
Builds the SetStatsAggregatorDataset
operation.
sourcepub fn build_instance(
&self,
input_dataset: Output,
stats_aggregator: Output,
tag: Output,
counter_prefix: Output,
scope: &mut Scope
) -> Result<SetStatsAggregatorDatasetInst>
pub fn build_instance(
&self,
input_dataset: Output,
stats_aggregator: Output,
tag: Output,
counter_prefix: Output,
scope: &mut Scope
) -> Result<SetStatsAggregatorDatasetInst>
Builds a new instance of ‘SetStatsAggregatorDataset’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for SetStatsAggregatorDataset
impl Debug for SetStatsAggregatorDataset
sourceimpl Default for SetStatsAggregatorDataset
impl Default for SetStatsAggregatorDataset
sourcefn default() -> SetStatsAggregatorDataset
fn default() -> SetStatsAggregatorDataset
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SetStatsAggregatorDataset
impl Send for SetStatsAggregatorDataset
impl Sync for SetStatsAggregatorDataset
impl Unpin for SetStatsAggregatorDataset
impl UnwindSafe for SetStatsAggregatorDataset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more