ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Convert.h File Reference
#include <arm_compute/core/PixelValue.h>
#include <arm_compute/core/TensorInfo.h>
#include <arm_compute/core/SubTensorInfo.h>
#include <arm_compute/core/TensorShape.h>
#include <arm_compute/core/TypesEx.h>
#include "ir/Layout.h"
#include "ir/InternalType.h"
#include "ir/Operand.h"
#include "ir/operation/Pool2D.h"
#include "ir/operation/Reduce.h"
#include "ir/operation/ElementwiseActivation.h"
#include "ir/Shape.h"
#include "ir/TypeInfo.h"
#include "ir/Coordinates.h"
#include "ir/Padding.h"
#include "misc/feature/Shape.h"
#include "misc/kernel/Shape.h"
#include "AclFunction.h"
#include <set>

Go to the source code of this file.

Namespaces

namespace  onert
 
namespace  onert::backend
 
namespace  onert::backend::acl_common
 

Functions

::arm_compute::TensorShape onert::backend::acl_common::asTensorShape (const ir::Shape &shape, bool apply_dim_correction)
 
::arm_compute::Coordinates onert::backend::acl_common::asTensorCoordinate (const ir::Coordinates &coord)
 
::arm_compute::DataType onert::backend::acl_common::asDataType (const ir::DataType type)
 
::arm_compute::TensorInfo onert::backend::acl_common::asTensorInfo (const ir::Shape &shape, const ir::TypeInfo &typeInfo, bool apply_dim_correction)
 
::arm_compute::PadStrideInfo onert::backend::acl_common::asPadStrideInfo (const ir::ExplicitPadding &padding, const ir::Stride &stride)
 
::arm_compute::ActivationLayerInfo onert::backend::acl_common::asActivationLayerInfo (const ir::Activation act_code)
 
::arm_compute::ActivationLayerInfo onert::backend::acl_common::asActivationLayerInfo (const ir::operation::ElementwiseActivation::Type op_type, float alpha, float beta)
 
arm_compute::Coordinates onert::backend::acl_common::asCoordinates (const ir::Operand &operand, int32_t rank)
 
std::set< uint32_t > onert::backend::acl_common::asSet (const ir::Operand &operand, int32_t rank)
 
std::unique_ptr< AclFunctiononert::backend::acl_common::asAclFunction (std::unique_ptr<::arm_compute::IFunction > &&layer)
 
template<typename T_Function >
std::unique_ptr< T_Function > onert::backend::acl_common::asFunction (std::unique_ptr<::arm_compute::IFunction > &&fn)
 
ir::DataType onert::backend::acl_common::asRuntimeDataType (::arm_compute::DataType data_type)
 
arm_compute::PoolingType onert::backend::acl_common::convertPoolType (ir::operation::Pool2D::PoolType pool_type_ir)
 
arm_compute::ReductionOperation onert::backend::acl_common::convertReduceType (ir::operation::Reduce::ReduceType reduce_type_ir)
 
arm_compute::PixelValue onert::backend::acl_common::asPixelValue (const ir::Operand &operand)
 
arm_compute::Size2D onert::backend::acl_common::asDilation (uint32_t dilation_width, uint32_t dilation_height)