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