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