pub struct BoostedTreesExampleDebugOutputsInst {
pub op: Operation,
}
Expand description
An instance of ‘BoostedTreesExampleDebugOutputs’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built BoostedTreesExampleDebugOutputs Operation in a Tensorflow graph.
Implementations§
source§impl BoostedTreesExampleDebugOutputsInst
impl BoostedTreesExampleDebugOutputsInst
sourcepub fn examples_debug_outputs_serialized(&self) -> Output
pub fn examples_debug_outputs_serialized(&self) -> Output
Returns the ‘examples_debug_outputs_serialized’ Output of this ‘BoostedTreesExampleDebugOutputs’ operation.
sourcepub fn tree_ensemble_handle(&self) -> Input<'_>
pub fn tree_ensemble_handle(&self) -> Input<'_>
Returns the ‘tree_ensemble_handle’ Input of this ‘BoostedTreesExampleDebugOutputs’ operation.
sourcepub fn bucketized_features(&self) -> Result<Vec<Input<'_>>>
pub fn bucketized_features(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of bucketized_features for ‘bucketized_features’ Input of this BoostedTreesExampleDebugOutputs operation.
Trait Implementations§
source§impl Clone for BoostedTreesExampleDebugOutputsInst
impl Clone for BoostedTreesExampleDebugOutputsInst
source§fn clone(&self) -> BoostedTreesExampleDebugOutputsInst
fn clone(&self) -> BoostedTreesExampleDebugOutputsInst
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 From<BoostedTreesExampleDebugOutputsInst> for Operation
impl From<BoostedTreesExampleDebugOutputsInst> for Operation
source§fn from(inst: BoostedTreesExampleDebugOutputsInst) -> Operation
fn from(inst: BoostedTreesExampleDebugOutputsInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for BoostedTreesExampleDebugOutputsInst
impl Send for BoostedTreesExampleDebugOutputsInst
impl Sync for BoostedTreesExampleDebugOutputsInst
impl Unpin for BoostedTreesExampleDebugOutputsInst
impl UnwindSafe for BoostedTreesExampleDebugOutputsInst
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