Struct tensorflow::ops::DrawBoundingBoxes
source · pub struct DrawBoundingBoxes { /* private fields */ }
Expand description
Builder for the DrawBoundingBoxes
operation.
Implementations§
source§impl DrawBoundingBoxes
impl DrawBoundingBoxes
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
images: O0,
boxes: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, images: O0, boxes: O1, scope: &mut Scope ) -> Result<Operation>
Builds the DrawBoundingBoxes
operation.
sourcepub fn build_instance(
&self,
images: Output,
boxes: Output,
scope: &mut Scope
) -> Result<DrawBoundingBoxesInst>
pub fn build_instance( &self, images: Output, boxes: Output, scope: &mut Scope ) -> Result<DrawBoundingBoxesInst>
Builds a new instance of ‘DrawBoundingBoxes’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for DrawBoundingBoxes
impl Debug for DrawBoundingBoxes
source§impl Default for DrawBoundingBoxes
impl Default for DrawBoundingBoxes
source§fn default() -> DrawBoundingBoxes
fn default() -> DrawBoundingBoxes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DrawBoundingBoxes
impl Send for DrawBoundingBoxes
impl Sync for DrawBoundingBoxes
impl Unpin for DrawBoundingBoxes
impl UnwindSafe for DrawBoundingBoxes
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