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
sourceimpl BincountInst
impl BincountInst
Trait Implementations
sourceimpl Clone for BincountInst
impl Clone for BincountInst
sourcefn clone(&self) -> BincountInst
fn clone(&self) -> BincountInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BincountInst
impl Debug for BincountInst
sourceimpl From<BincountInst> for Operation
impl From<BincountInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more