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