ONE - On-device Neural Engine
|
Data Structures | |
class | ConvolutionLayer |
class | FullyConnectedLayer |
Functions | |
nnfw::ruy::PaddingType | getPaddingType (ir::PaddingType ir_padding_type) |
nnfw::ruy::Shape | getTensorShape (const IPortableTensor *tensor) |
nnfw::ruy::FusedActivationFunctionType | convertActivationType (const ir::Activation activation) |
|
inline |
Definition at line 58 of file OperationUtils.h.
References nnfw::ruy::kNone, nnfw::ruy::kRelu, nnfw::ruy::kRelu1, nnfw::ruy::kRelu6, nnfw::ruy::kSigmoid, nnfw::ruy::kTanh, onert::ir::NONE, onert::ir::RELU, onert::ir::RELU1, onert::ir::RELU6, onert::ir::SIGMOID, and onert::ir::TANH.
Referenced by onert::backend::ruy::ops::FullyConnectedLayer::fullyConnectedFloat32().
nnfw::ruy::PaddingType onert::backend::ruy::ops::getPaddingType | ( | ir::PaddingType | ir_padding_type | ) |
Definition at line 28 of file OperationUtils.cc.
References onert::ir::EXPLICIT, nnfw::ruy::kNone, nnfw::ruy::kSame, nnfw::ruy::kValid, onert::ir::SAME, and onert::ir::VALID.
|
inline |
Definition at line 42 of file OperationUtils.h.
References nnfw::ruy::Shape::DimsData().
Referenced by onert::backend::ruy::ops::ConvolutionLayer::convFloat32(), onert::backend::ruy::ops::FullyConnectedLayer::fullyConnectedFloat32(), onert::backend::ruy::ops::ConvolutionLayer::prepare(), and onert::backend::ruy::ops::FullyConnectedLayer::prepare().