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