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