ONE - On-device Neural Engine
|
#include "KernelGenerator.h"
#include <arm_compute/runtime/CL/CLFunctions.h>
#include <arm_compute/runtime/CL/CLFunctionsEx.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 "exec/FunctionSequence.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_cl |
Typedefs | |
using | onert::backend::acl_cl::ActivationBuilder = ::onert::backend::acl_common::AclActivationBuilder< ::arm_compute::ICLTensor, ::arm_compute::CLActivationLayer, acl_common::AclFunction > |