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