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