Home
last modified time | relevance | path

Searched refs:nnOperatorTypeValue (Results 1 – 2 of 2) sorted by relevance

/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dmain-window.h131 QLabel nnOperatorTypeValue; variable
H A Dmain-window.cpp218 , nnOperatorTypeValue(&nnOperatorDetails) in MainWindow()
469 …&nnOperatorTypeLabel, &nnOperatorTypeValue, &nnOperatorOptionsLabel, &nnOperatorInputsLabel, &nnOp… in MainWindow()
950 nnOperatorDetailsLayout.addWidget(&nnOperatorTypeValue, row, 1/*column*/); in showOperatorDetails()
1004 nnOperatorTypeValue.setText(S2Q(STR(model->getOperatorKind(operatorId)))); in showOperatorDetails()