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