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