Searched refs:ANEURALNETWORKS_FUSED_RELU1 (Results 1 – 3 of 3) sorted by relevance
4852 ANEURALNETWORKS_FUSED_RELU1 = 2, enumerator
192 static_assert(ANEURALNETWORKS_FUSED_RELU1 == 2, "ANEURALNETWORKS_FUSED_RELU1 has changed");318 static_assert(static_cast<int32_t>(FusedActivationFunc::RELU1) == ANEURALNETWORKS_FUSED_RELU1,
775 if (activationFunction == ANEURALNETWORKS_FUSED_RELU1) { in TEST_P()