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