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