Searched defs:NN_CHECK (Results 1 - 1 of 1) sorted by relevance

/frameworks/ml/nn/common/include/
H A DOperationsUtils.h26 #define NN_CHECK(v) \ macro
29 LOG(ERROR) << "NN_CHECK failed: " << #v << "'\n"; \
35 NN_CHECK((actual) == (expected))
37 #define NN_OPS_CHECK NN_CHECK

Completed in 176 milliseconds