#include <Where.h>
Definition at line 22 of file Where.h.
◆ WhereChef()
WhereChef::WhereChef |
( |
const tflchef::Operation * |
operation | ) |
|
|
inlineexplicit |
Definition at line 25 of file Where.h.
25 : _operation{operation}
26 {
27
28 }
◆ code()
tflite::BuiltinOperator WhereChef::code |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 31 of file Where.h.
31{ return tflite::BuiltinOperator_WHERE; }
◆ type()
tflite::BuiltinOptions WhereChef::type |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 33 of file Where.h.
33{ return tflite::BuiltinOptions_WhereOptions; }
◆ value()
Implements OpChef.
Definition at line 19 of file Where.cpp.
20{
21 tflite::WhereOptionsBuilder where_options_builder{fbb};
22 return where_options_builder.
Finish().Union();
23}
void Finish(Offset< T > root, const char *file_identifier=nullptr)
Finish serializing a buffer by writing the root offset.
References flatbuffers::FlatBufferBuilder::Finish().
The documentation for this class was generated from the following files: