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