Home
last modified time | relevance | path

Searched refs:post_nms_topn (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/layers/
H A Dproposal_layer.cpp379 attr.post_nms_topn = keepTopAfterNMS; in initNgraph()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/caffe/
H A Dopencv-caffe.proto1640 optional uint32 post_nms_topn = 7 [default = 300]; field
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/misc/caffe/
H A Dopencv-caffe.pb.cc40537 ::google::protobuf::internal::WireFormatLite::WriteUInt32(7, this->post_nms_topn(), output); in SerializeWithCachedSizes()
40590 …::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(7, this->post_nms_topn(), target); in InternalSerializeWithCachedSizesToArray()
40666 this->post_nms_topn()); in ByteSizeLong()
H A Dopencv-caffe.pb.h14503 ::google::protobuf::uint32 post_nms_topn() const;
32319 inline ::google::protobuf::uint32 ProposalParameter::post_nms_topn() const { in post_nms_topn() function