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