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