|
void | options (const tflite::Operator *op, std::ostream &os) const override |
|
Definition at line 246 of file OpPrinter.cpp.
◆ options()
void tfldump::ReverseSequencePrinter::options |
( |
const tflite::Operator * |
op, |
|
|
std::ostream & |
os |
|
) |
| const |
|
inlineoverridevirtual |
Reimplemented from tfldump::OpPrinter.
Definition at line 249 of file OpPrinter.cpp.
250 {
251 if (auto *std_params = op->builtin_options_as_ReverseSequenceOptions())
252 {
253 os << " ";
254 os << "seq_dim(" << std_params->seq_dim() << ") ";
255 os << "batch_dim(" << std_params->batch_dim() << ") ";
256 os << std::endl;
257 }
258 }
The documentation for this class was generated from the following file: