Home
last modified time | relevance | path

Searched defs:cbWarningMessage (Results 1 – 3 of 3) sorted by relevance

/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dimage.cpp60 …p(const QPixmap &pixmap, TensorShape &outShape, std::function<void(const std::string&)> cbWarningM… in readPixmap()
H A Dcompute.cpp94 std::function<void(const std::string&)> cbWarningMessage) in buildComputeInputs()
291 std::function<void(const std::string&)> cbWarningMessage) in compute()
H A Dmain-window.cpp618 auto cbWarningMessage = [this](const std::string &msg) { in MainWindow() local