Home
last modified time | relevance | path

Searched defs:act_func (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/UNIT/
H A DTensorAllocator.cpp105 NEActivationLayer act_func; in TEST_CASE() local
156 NEActivationLayer act_func; in TEST_CASE() local
209 NEActivationLayer act_func; in TEST_CASE() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/UNIT/
H A DTensorAllocator.cpp231 CLActivationLayer act_func; in TEST_CASE() local
294 CLActivationLayer act_func; in TEST_CASE() local
/aosp_15_r20/external/armnn/src/backends/cl/test/
H A DICLTensorProxyTests.cpp97 arm_compute::CLActivationLayer act_func; variable
H A DClImportTensorHandleTests.cpp38 arm_compute::CLActivationLayer act_func; variable
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuAddMulAddKernel.cpp80 const ActFunction act_func = act_info.activation(); in validate_arguments() local
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DSyntheticDataTypeMutator.cpp191 auto act_func = [](INode * node, Tensor * tensor) in convert_special_tensors() local
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTypes.h1738 static inline bool is_lut_supported(ActivationFunction act_func, DataType data_type) in is_lut_supported()