pub struct GenerateBoundingBoxProposalsInst {
    pub op: Operation,
}Expand description
An instance of ‘GenerateBoundingBoxProposals’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: OperationAn instance of a fully built GenerateBoundingBoxProposals Operation in a Tensorflow graph.
Implementations§
Source§impl GenerateBoundingBoxProposalsInst
 
impl GenerateBoundingBoxProposalsInst
Sourcepub fn rois(&self) -> Output
 
pub fn rois(&self) -> Output
Returns the ‘rois’ Output of this ‘GenerateBoundingBoxProposals’ operation.
Sourcepub fn roi_probabilities(&self) -> Output
 
pub fn roi_probabilities(&self) -> Output
Returns the ‘roi_probabilities’ Output of this ‘GenerateBoundingBoxProposals’ operation.
Sourcepub fn scores(&self) -> Input<'_>
 
pub fn scores(&self) -> Input<'_>
Returns the ‘scores’ Input of this ‘GenerateBoundingBoxProposals’ operation.
Sourcepub fn bbox_deltas(&self) -> Input<'_>
 
pub fn bbox_deltas(&self) -> Input<'_>
Returns the ‘bbox_deltas’ Input of this ‘GenerateBoundingBoxProposals’ operation.
Sourcepub fn image_info(&self) -> Input<'_>
 
pub fn image_info(&self) -> Input<'_>
Returns the ‘image_info’ Input of this ‘GenerateBoundingBoxProposals’ operation.
Sourcepub fn anchors(&self) -> Input<'_>
 
pub fn anchors(&self) -> Input<'_>
Returns the ‘anchors’ Input of this ‘GenerateBoundingBoxProposals’ operation.
Sourcepub fn nms_threshold(&self) -> Input<'_>
 
pub fn nms_threshold(&self) -> Input<'_>
Returns the ‘nms_threshold’ Input of this ‘GenerateBoundingBoxProposals’ operation.
Sourcepub fn pre_nms_topn(&self) -> Input<'_>
 
pub fn pre_nms_topn(&self) -> Input<'_>
Returns the ‘pre_nms_topn’ Input of this ‘GenerateBoundingBoxProposals’ operation.
Trait Implementations§
Source§impl Clone for GenerateBoundingBoxProposalsInst
 
impl Clone for GenerateBoundingBoxProposalsInst
Source§fn clone(&self) -> GenerateBoundingBoxProposalsInst
 
fn clone(&self) -> GenerateBoundingBoxProposalsInst
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read more