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