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