pub struct IsBoostedTreesEnsembleInitializedInst {
pub op: Operation,
}
Expand description
An instance of ‘IsBoostedTreesEnsembleInitialized’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built IsBoostedTreesEnsembleInitialized Operation in a Tensorflow graph.
Implementations§
source§impl IsBoostedTreesEnsembleInitializedInst
impl IsBoostedTreesEnsembleInitializedInst
sourcepub fn is_initialized(&self) -> Output
pub fn is_initialized(&self) -> Output
Returns the ‘is_initialized’ Output of this ‘IsBoostedTreesEnsembleInitialized’ operation.
sourcepub fn tree_ensemble_handle(&self) -> Input<'_>
pub fn tree_ensemble_handle(&self) -> Input<'_>
Returns the ‘tree_ensemble_handle’ Input of this ‘IsBoostedTreesEnsembleInitialized’ operation.
Trait Implementations§
source§impl Clone for IsBoostedTreesEnsembleInitializedInst
impl Clone for IsBoostedTreesEnsembleInitializedInst
source§fn clone(&self) -> IsBoostedTreesEnsembleInitializedInst
fn clone(&self) -> IsBoostedTreesEnsembleInitializedInst
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<IsBoostedTreesEnsembleInitializedInst> for Operation
impl From<IsBoostedTreesEnsembleInitializedInst> for Operation
source§fn from(inst: IsBoostedTreesEnsembleInitializedInst) -> Operation
fn from(inst: IsBoostedTreesEnsembleInitializedInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for IsBoostedTreesEnsembleInitializedInst
impl Send for IsBoostedTreesEnsembleInitializedInst
impl Sync for IsBoostedTreesEnsembleInitializedInst
impl Unpin for IsBoostedTreesEnsembleInitializedInst
impl UnwindSafe for IsBoostedTreesEnsembleInitializedInst
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