Struct tensorflow::eager::raw_ops::BoostedTreesTrainingPredict
source · pub struct BoostedTreesTrainingPredict { /* private fields */ }
Expand description
BoostedTreesTrainingPredict
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BoostedTreesTrainingPredict
Implementations§
source§impl BoostedTreesTrainingPredict
impl BoostedTreesTrainingPredict
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 target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
tree_ensemble_handle: &T0,
cached_tree_ids: &T1,
cached_node_ids: &T2,
bucketized_features: &[&T3]
) -> Result<[TensorHandle<'a>; 3]>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>( &self, ctx: &'a Context, tree_ensemble_handle: &T0, cached_tree_ids: &T1, cached_node_ids: &T2, bucketized_features: &[&T3] ) -> Result<[TensorHandle<'a>; 3]>
Execute boosted_trees_training_predict.
Trait Implementations§
source§impl Clone for BoostedTreesTrainingPredict
impl Clone for BoostedTreesTrainingPredict
source§fn clone(&self) -> BoostedTreesTrainingPredict
fn clone(&self) -> BoostedTreesTrainingPredict
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 BoostedTreesTrainingPredict
impl Debug for BoostedTreesTrainingPredict
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