Struct tensorflow::eager::raw_ops::BoostedTreesPredict
source · pub struct BoostedTreesPredict { /* private fields */ }
Expand description
BoostedTreesPredict
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BoostedTreesPredict
Implementations§
source§impl BoostedTreesPredict
impl BoostedTreesPredict
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>>(
&self,
ctx: &'a Context,
tree_ensemble_handle: &T0,
bucketized_features: &[&T1]
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>( &self, ctx: &'a Context, tree_ensemble_handle: &T0, bucketized_features: &[&T1] ) -> Result<TensorHandle<'a>>
Execute boosted_trees_predict.
Trait Implementations§
source§impl Clone for BoostedTreesPredict
impl Clone for BoostedTreesPredict
source§fn clone(&self) -> BoostedTreesPredict
fn clone(&self) -> BoostedTreesPredict
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 BoostedTreesPredict
impl Debug for BoostedTreesPredict
Auto Trait Implementations§
impl RefUnwindSafe for BoostedTreesPredict
impl Send for BoostedTreesPredict
impl Sync for BoostedTreesPredict
impl Unpin for BoostedTreesPredict
impl UnwindSafe for BoostedTreesPredict
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