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