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