Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestControlFlow.cpp32 constexpr int32_t kNoActivation = ANEURALNETWORKS_FUSED_NONE;
DTestCompliance.cpp89 const int32_t kNoActivation = ANEURALNETWORKS_FUSED_NONE;
DTestUnknownDimensions.cpp217 int32_t activation(ANEURALNETWORKS_FUSED_NONE); in TestOne()
DTestTrivialModel.cpp29 const int32_t kNoActivation = ANEURALNETWORKS_FUSED_NONE;
DTestCompilationCaching.cpp273 int32_t activation(ANEURALNETWORKS_FUSED_NONE); in CreateBroadcastAddModel()
DTestPartitioningRandom.cpp831 activationFunction = ANEURALNETWORKS_FUSED_NONE; in TEST_P()
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h5663 ANEURALNETWORKS_FUSED_NONE = 0, enumerator
/frameworks/ml/nn/runtime/test/fibonacci_extension/
DFibonacciExtensionTest.cpp144 int32_t kNoActivation = ANEURALNETWORKS_FUSED_NONE; in addNopOperation()
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp207 static_assert(ANEURALNETWORKS_FUSED_NONE == 0, "ANEURALNETWORKS_FUSED_NONE has changed");
344 static_assert(static_cast<int32_t>(FusedActivationFunc::NONE) == ANEURALNETWORKS_FUSED_NONE,
/frameworks/ml/nn/common/operations/
DBroadcast.cpp211 NN_RET_CHECK_EQ(activation, ANEURALNETWORKS_FUSED_NONE); in executeInt32()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t89 ANEURALNETWORKS_FUSED_NONE = 0,