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