Struct tensorflow::ops::BoostedTreesPredict
source · [−]pub struct BoostedTreesPredict { /* private fields */ }Expand description
Builder for the BoostedTreesPredict operation.
Implementations
sourceimpl BoostedTreesPredict
impl BoostedTreesPredict
sourcepub fn num_bucketized_features<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn num_bucketized_features<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the num_bucketized_features attribute.
sourcepub fn logits_dimension<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn logits_dimension<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the logits_dimension attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations
sourceimpl Debug for BoostedTreesPredict
impl Debug for BoostedTreesPredict
sourceimpl Default for BoostedTreesPredict
impl Default for BoostedTreesPredict
sourcefn default() -> BoostedTreesPredict
fn default() -> BoostedTreesPredict
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BoostedTreesPredict
impl Send for BoostedTreesPredict
impl Sync for BoostedTreesPredict
impl Unpin for BoostedTreesPredict
impl UnwindSafe for BoostedTreesPredict
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