Searched refs:ANEURALNETWORKS_FUSED_NONE (Results 1 – 7 of 7) sorted by relevance
63 int32_t activation(ANEURALNETWORKS_FUSED_NONE); in CreateAddTwoTensorModel()80 int32_t activation(ANEURALNETWORKS_FUSED_NONE); in CreateAddThreeTensorModel()160 int32_t activation_init[] = {ANEURALNETWORKS_FUSED_NONE}; in TEST_F()192 int32_t activation_init[] = {ANEURALNETWORKS_FUSED_NONE}; in TEST_F()
200 int32_t activation(ANEURALNETWORKS_FUSED_NONE); in TestOne()
225 int32_t activation(ANEURALNETWORKS_FUSED_NONE); in CreateBroadcastAddModel()
777 activationFunction = ANEURALNETWORKS_FUSED_NONE; in TEST_P()
4848 ANEURALNETWORKS_FUSED_NONE = 0, enumerator
136 int32_t kNoActivation = ANEURALNETWORKS_FUSED_NONE; in addNopOperation()
190 static_assert(ANEURALNETWORKS_FUSED_NONE == 0, "ANEURALNETWORKS_FUSED_NONE has changed");314 static_assert(static_cast<int32_t>(FusedActivationFunc::NONE) == ANEURALNETWORKS_FUSED_NONE,