Struct tensorflow::ops::IsotonicRegression
source · [−]pub struct IsotonicRegression { /* private fields */ }
Expand description
Builder for the IsotonicRegression
operation.
Implementations
sourceimpl 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
sourceimpl Debug for IsotonicRegression
impl Debug for IsotonicRegression
sourceimpl Default for IsotonicRegression
impl Default for IsotonicRegression
sourcefn 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
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