Searched refs:isPass (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestIntrospectionControl.cpp | 873 const bool isPass = hasBit(kSuccess, Success::PASS_BIT); in TEST_P() local 875 isPass ? ANEURALNETWORKS_NO_ERROR : ANEURALNETWORKS_BAD_STATE; in TEST_P() 922 Check(isPass, ANeuralNetworksEvent_wait(mEvent)); in TEST_P() 928 std::thread run([this, Check, isPass] { in TEST_P() 929 Check(isPass, ANeuralNetworksExecution_compute(mExecution)); in TEST_P() 941 std::thread run([this, Check, isPass, burst] { in TEST_P() 942 Check(isPass, ANeuralNetworksExecution_burstCompute(mExecution, burst)); in TEST_P() 956 std::thread run([this, Check, isPass] { in TEST_P() 957 Check(isPass, ANeuralNetworksExecution_startComputeWithDependencies( in TEST_P() 964 Check(isPass, ANeuralNetworksEvent_wait(mEvent)); in TEST_P()
|