Struct tensorflow::ops::BoostedTreesPredictInst
source · [−]pub struct BoostedTreesPredictInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesPredict’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built BoostedTreesPredict Operation in a Tensorflow graph.
Implementations
sourceimpl BoostedTreesPredictInst
impl BoostedTreesPredictInst
sourcepub fn logits(&self) -> Output
pub fn logits(&self) -> Output
Returns the ‘logits’ Output of this ‘BoostedTreesPredict’ operation.
sourcepub fn tree_ensemble_handle(&self) -> Input<'_>
pub fn tree_ensemble_handle(&self) -> Input<'_>
Returns the ‘tree_ensemble_handle’ Input of this ‘BoostedTreesPredict’ operation.
sourcepub fn bucketized_features(&self) -> Result<Vec<Input<'_>>>
pub fn bucketized_features(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of bucketized_features for ‘bucketized_features’ Input of this BoostedTreesPredict operation.
Trait Implementations
sourceimpl Clone for BoostedTreesPredictInst
impl Clone for BoostedTreesPredictInst
sourcefn clone(&self) -> BoostedTreesPredictInst
fn clone(&self) -> BoostedTreesPredictInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BoostedTreesPredictInst
impl Debug for BoostedTreesPredictInst
sourceimpl From<BoostedTreesPredictInst> for Operation
impl From<BoostedTreesPredictInst> for Operation
sourcefn from(inst: BoostedTreesPredictInst) -> Operation
fn from(inst: BoostedTreesPredictInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for BoostedTreesPredictInst
impl Send for BoostedTreesPredictInst
impl Sync for BoostedTreesPredictInst
impl Unpin for BoostedTreesPredictInst
impl UnwindSafe for BoostedTreesPredictInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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