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