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