Struct tensorflow::eager::raw_ops::BoostedTreesExampleDebugOutputs
source · pub struct BoostedTreesExampleDebugOutputs { /* private fields */ }
Expand description
BoostedTreesExampleDebugOutputs
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BoostedTreesExampleDebugOutputs
Implementations§
source§impl BoostedTreesExampleDebugOutputs
impl BoostedTreesExampleDebugOutputs
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_example_debug_outputs.
Trait Implementations§
source§impl Clone for BoostedTreesExampleDebugOutputs
impl Clone for BoostedTreesExampleDebugOutputs
source§fn clone(&self) -> BoostedTreesExampleDebugOutputs
fn clone(&self) -> BoostedTreesExampleDebugOutputs
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 moreAuto Trait Implementations§
impl RefUnwindSafe for BoostedTreesExampleDebugOutputs
impl Send for BoostedTreesExampleDebugOutputs
impl Sync for BoostedTreesExampleDebugOutputs
impl Unpin for BoostedTreesExampleDebugOutputs
impl UnwindSafe for BoostedTreesExampleDebugOutputs
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