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.