ONE - On-device Neural Engine
Loading...
Searching...
No Matches
OperationUtils.h File Reference
#include <backend/IPortableTensor.h>
#include <ir/DataType.h>
#include <ir/Padding.h>
#include <util/CalculateActivationRange.h>
#include <ruy/Shape.h>
#include <ruy/Types.h>
#include <limits>

Go to the source code of this file.

Namespaces

namespace  onert
 
namespace  onert::backend
 
namespace  onert::backend::ruy
 
namespace  onert::backend::ruy::ops
 

Typedefs

using OperandType = onert::ir::DataType
 

Functions

nnfw::ruy::Shape onert::backend::ruy::ops::getTensorShape (const IPortableTensor *tensor)
 
nnfw::ruy::FusedActivationFunctionType onert::backend::ruy::ops::convertActivationType (const ir::Activation activation)
 
nnfw::ruy::PaddingType onert::backend::ruy::ops::getPaddingType (ir::PaddingType ir_padding_type)
 

Typedef Documentation

◆ OperandType

Definition at line 30 of file OperationUtils.h.