Struct tensorflow::ops::GenerateBoundingBoxProposalsInst
source · pub struct GenerateBoundingBoxProposalsInst {
pub op: Operation,
}
Expand description
An instance of ‘GenerateBoundingBoxProposals’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An 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