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