ONE - On-device Neural Engine
|
#include "KernelGenerator.h"
#include <arm_compute/runtime/NEON/NEFunctions.h>
#include <arm_compute/runtime/NEON/NEFunctionsEx.h>
#include <AclActivationBuilder.h>
#include <AclFunction.h>
#include <Convert.h>
#include <Swizzle.h>
#include "ir/Index.h"
#include "ir/DataType.h"
#include "ir/InternalType.h"
#include "exec/NopFunction.h"
#include "util/logging.h"
#include "AclKernelGen.h"
Go to the source code of this file.
Namespaces | |
namespace | onert |
namespace | onert::backend |
namespace | onert::backend::acl_neon |
Typedefs | |
using | onert::backend::acl_neon::ActivationBuilder = ::onert::backend::acl_common::AclActivationBuilder< ::arm_compute::ITensor, ::arm_compute::NEActivationLayer, acl_common::AclFunction > |