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