|
ONE - On-device Neural Engine
|
#include "ElementwiseActivationLayer.h"#include "OperationUtils.h"#include "../KernelGenerator.h"#include "../Validator.h"#include <cker/operation/ELU.h>#include <cker/operation/LeakyReLU.h>#include <cker/operation/Logistic.h>#include <cker/operation/ReLU.h>#include <cker/operation/ReLU6.h>#include <cker/operation/Tanh.h>#include <cker/operation/GELU.h>Go to the source code of this file.
Namespaces | |
| namespace | onert |
| namespace | onert::backend |
| namespace | onert::backend::cpu |
| namespace | onert::backend::cpu::ops |
Functions | |
| ops::ElementwiseActivationType | onert::backend::cpu::convertElementwiseActivationType (ir::operation::ElementwiseActivation::Type type_ir) |