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§
source§impl 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§
source§impl Clone for BoostedTreesGetEnsembleStatesInst
impl Clone for BoostedTreesGetEnsembleStatesInst
source§fn clone(&self) -> BoostedTreesGetEnsembleStatesInst
fn clone(&self) -> BoostedTreesGetEnsembleStatesInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<BoostedTreesGetEnsembleStatesInst> for Operation
impl From<BoostedTreesGetEnsembleStatesInst> for Operation
source§fn 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§
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