Struct tensorflow::ops::BoostedTreesCenterBias
source · pub struct BoostedTreesCenterBias { /* private fields */ }
Expand description
Builder for the BoostedTreesCenterBias
operation.
Implementations§
source§impl BoostedTreesCenterBias
impl BoostedTreesCenterBias
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
&self,
tree_ensemble_handle: O0,
mean_gradients: O1,
mean_hessians: O2,
l1: O3,
l2: O4,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>( &self, tree_ensemble_handle: O0, mean_gradients: O1, mean_hessians: O2, l1: O3, l2: O4, scope: &mut Scope ) -> Result<Operation>
Builds the BoostedTreesCenterBias
operation.
sourcepub fn build_instance(
&self,
tree_ensemble_handle: Output,
mean_gradients: Output,
mean_hessians: Output,
l1: Output,
l2: Output,
scope: &mut Scope
) -> Result<BoostedTreesCenterBiasInst>
pub fn build_instance( &self, tree_ensemble_handle: Output, mean_gradients: Output, mean_hessians: Output, l1: Output, l2: Output, scope: &mut Scope ) -> Result<BoostedTreesCenterBiasInst>
Builds a new instance of ‘BoostedTreesCenterBias’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for BoostedTreesCenterBias
impl Debug for BoostedTreesCenterBias
source§impl Default for BoostedTreesCenterBias
impl Default for BoostedTreesCenterBias
source§fn default() -> BoostedTreesCenterBias
fn default() -> BoostedTreesCenterBias
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BoostedTreesCenterBias
impl Send for BoostedTreesCenterBias
impl Sync for BoostedTreesCenterBias
impl Unpin for BoostedTreesCenterBias
impl UnwindSafe for BoostedTreesCenterBias
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