|
ONE - On-device Neural Engine
|
#include "BinaryArithmeticLayer.h"#include "../KernelGenerator.h"#include "../Validator.h"#include <cker/operation/BinaryArithmeticOps.h>Go to the source code of this file.
Namespaces | |
| namespace | onert |
| namespace | onert::backend |
| namespace | onert::backend::cpu |
| namespace | onert::backend::cpu::ops |
Functions | |
| ops::ArithmeticType | onert::backend::cpu::convertArithmeticType (ir::operation::BinaryArithmetic::ArithmeticType arithmetic_type_ir) |
| nnfw::cker::Shape _lhs_shape |
Definition at line 77 of file BinaryArithmeticLayer.cc.
| bool _need_broadcast |
Definition at line 81 of file BinaryArithmeticLayer.cc.
| nnfw::cker::BinaryArithmeticOpParam _op_params |
Definition at line 80 of file BinaryArithmeticLayer.cc.
| nnfw::cker::Shape _output_shape |
Definition at line 79 of file BinaryArithmeticLayer.cc.
Referenced by kbenchmark::operation::TransposeConv::params().
| nnfw::cker::Shape _rhs_shape |
Definition at line 78 of file BinaryArithmeticLayer.cc.