Home
last modified time | relevance | path

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

/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dcompute.h25 std::function<void(const std::string&)> cbWarningMessage
37 std::function<void(const std::string&)> cbWarningMessage
H A Dcompute.cpp94 std::function<void(const std::string&)> cbWarningMessage) in buildComputeInputs() argument
121cbWarningMessage(STR("Model's required shape " << requiredShape << " has 4 elements but doesn't be… in buildComputeInputs()
132cbWarningMessage(STR("Model's required shape " << requiredShape << " has 3 elements but has C=1 or… in buildComputeInputs()
139cbWarningMessage(STR("Model's required shape " << requiredShape << " isn't standard, don't know ho… in buildComputeInputs()
270cbWarningMessage(STR("couldn't find input data for the tensor#" << tensorId << " with shape=" << s… in buildComputeInputs()
291 std::function<void(const std::string&)> cbWarningMessage) in compute() argument
644cbWarningMessage(STR("Computation didn't succeed: operator #" << (oid+1) << ": " << operatorKind <… in compute()
948 cbWarningMessage(STR("Computation didn't succeed: operator #" << (oid+1) << in compute()
1151 cbWarningMessage(STR("Computation didn't succeed: operator #" << (oid+1) << in compute()
1232cbWarningMessage(STR("Computation didn't succeed: operator #" << (oid+1) << ": " << operatorKind <… in compute()
H A Dimage.h18 … QPixmap &pixmap, TensorShape &outShape, std::function<void(const std::string&)> cbWarningMessage);
H A Dimage.cpp60 …QPixmap &pixmap, TensorShape &outShape, std::function<void(const std::string&)> cbWarningMessage) { in readPixmap() argument
69cbWarningMessage(STR("Your Qt version " << QT_VERSION_MAJOR << "." << QT_VERSION_MINOR << "." << Q… in readPixmap()
H A Dmain-window.cpp618 auto cbWarningMessage = [this](const std::string &msg) { in MainWindow() local
628 cbTensorComputed,cbWarningMessage); in MainWindow()
638 succ = Compute::compute(model.get(), tensorData, cbTensorComputed,cbWarningMessage); in MainWindow()