Struct tensorflow::ops::BoostedTreesGetEnsembleStatesInst
source · [−]pub struct BoostedTreesGetEnsembleStatesInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesGetEnsembleStates’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built BoostedTreesGetEnsembleStates Operation in a Tensorflow graph.
Implementations
sourceimpl BoostedTreesGetEnsembleStatesInst
impl BoostedTreesGetEnsembleStatesInst
sourcepub fn stamp_token(&self) -> Output
pub fn stamp_token(&self) -> Output
Returns the ‘stamp_token’ Output of this ‘BoostedTreesGetEnsembleStates’ operation.
sourcepub fn num_trees(&self) -> Output
pub fn num_trees(&self) -> Output
Returns the ‘num_trees’ Output of this ‘BoostedTreesGetEnsembleStates’ operation.
sourcepub fn num_finalized_trees(&self) -> Output
pub fn num_finalized_trees(&self) -> Output
Returns the ‘num_finalized_trees’ Output of this ‘BoostedTreesGetEnsembleStates’ operation.
sourcepub fn num_attempted_layers(&self) -> Output
pub fn num_attempted_layers(&self) -> Output
Returns the ‘num_attempted_layers’ Output of this ‘BoostedTreesGetEnsembleStates’ operation.
sourcepub fn last_layer_nodes_range(&self) -> Output
pub fn last_layer_nodes_range(&self) -> Output
Returns the ‘last_layer_nodes_range’ Output of this ‘BoostedTreesGetEnsembleStates’ operation.
sourcepub fn tree_ensemble_handle(&self) -> Input<'_>
pub fn tree_ensemble_handle(&self) -> Input<'_>
Returns the ‘tree_ensemble_handle’ Input of this ‘BoostedTreesGetEnsembleStates’ operation.
Trait Implementations
sourceimpl Clone for BoostedTreesGetEnsembleStatesInst
impl Clone for BoostedTreesGetEnsembleStatesInst
sourcefn clone(&self) -> BoostedTreesGetEnsembleStatesInst
fn clone(&self) -> BoostedTreesGetEnsembleStatesInst
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 From<BoostedTreesGetEnsembleStatesInst> for Operation
impl From<BoostedTreesGetEnsembleStatesInst> for Operation
sourcefn from(inst: BoostedTreesGetEnsembleStatesInst) -> Operation
fn from(inst: BoostedTreesGetEnsembleStatesInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for BoostedTreesGetEnsembleStatesInst
impl Send for BoostedTreesGetEnsembleStatesInst
impl Sync for BoostedTreesGetEnsembleStatesInst
impl Unpin for BoostedTreesGetEnsembleStatesInst
impl UnwindSafe for BoostedTreesGetEnsembleStatesInst
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