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