Home
last modified time | relevance | path

Searched refs:backgroundLable (Results 1 – 5 of 5) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/pymnn/pip_package/MNN/tools/mnn_fb/
H A DDetectionOutput.py98 …ef DetectionOutputAddBackgroundLable(builder, backgroundLable): builder.PrependInt32Slot(6, backgr… argument
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/caffe/
H A DDetection.cpp31 detectionOutputT->backgroundLable = caffeDetect.background_label_id(); in run()
/dports/misc/mnn/MNN-1.2.0/schema/default/
H A DCaffeOp.fbs270 backgroundLable:int;
/dports/misc/mnn/MNN-1.2.0/schema/current/
H A DCaffeOp_generated.h3046 int32_t backgroundLable; member
3057 backgroundLable(0), in DetectionOutputT()
3087 int32_t backgroundLable() const { in backgroundLable() function
3139 void add_backgroundLable(int32_t backgroundLable) { in add_backgroundLable()
3140 fbb_.AddElement<int32_t>(16, backgroundLable, 0); in add_backgroundLable()
3171 int32_t backgroundLable = 0,
3179 builder_.add_backgroundLable(backgroundLable);
4988 { auto _e = backgroundLable(); _o->backgroundLable = _e; }; in UnPackTo()
5008 auto _backgroundLable = _o->backgroundLable; in CreateDetectionOutput()
/dports/misc/mnn/MNN-1.2.0/express/
H A DNeuralNetWorkOp.cpp1407 param->backgroundLable = background_label_id; in _DetectionOutput()