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