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