#include <Maximum.h>
Definition at line 22 of file Maximum.h.
◆ MaximumChef()
| MaximumChef::MaximumChef |
( |
const tflchef::Operation * |
operation | ) |
|
|
inlineexplicit |
Definition at line 25 of file Maximum.h.
25 : _operation{operation}
26 {
27
28 }
◆ code()
| tflite::BuiltinOperator MaximumChef::code |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 31 of file Maximum.h.
31{ return tflite::BuiltinOperator_MAXIMUM; }
◆ type()
| tflite::BuiltinOptions MaximumChef::type |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 33 of file Maximum.h.
34 {
35 return tflite::BuiltinOptions_MaximumMinimumOptions;
36 }
◆ value()
The documentation for this class was generated from the following files: