#include <AddN.h>
Definition at line 22 of file AddN.h.
◆ AddNChef()
| AddNChef::AddNChef |
( |
const tflchef::Operation * |
operation | ) |
|
|
inlineexplicit |
Definition at line 25 of file AddN.h.
25 : _operation{operation}
26 {
27
28 }
◆ code()
| tflite::BuiltinOperator AddNChef::code |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 31 of file AddN.h.
31{ return tflite::BuiltinOperator_ADD_N; }
◆ type()
| tflite::BuiltinOptions AddNChef::type |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 33 of file AddN.h.
33{ return tflite::BuiltinOptions_AddNOptions; }
◆ value()
The documentation for this class was generated from the following files:
- compiler/tflchef/core/src/Op/AddN.h
- compiler/tflchef/core/src/Op/AddN.cpp