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