Home
last modified time | relevance | path

Searched refs:ANEURALNETWORKS_FUSED_NONE (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestTrivialModel.cpp63 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()
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h1173 ANEURALNETWORKS_FUSED_NONE = 0, enumerator
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp96 static_assert(ANEURALNETWORKS_FUSED_NONE == 0, "ANEURALNETWORKS_FUSED_NONE has changed");
207 static_assert(static_cast<int32_t>(FusedActivationFunc::NONE) == ANEURALNETWORKS_FUSED_NONE,