ONE - On-device Neural Engine
|
#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) |
using OperandType = onert::ir::DataType |
Definition at line 30 of file OperationUtils.h.