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