ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Dump.h File Reference
#include <mio/tflite/schema_generated.h>
#include <ostream>

Go to the source code of this file.

Data Structures

struct  tfldump::ModelEx
 

Namespaces

namespace  tfldump
 

Functions

void tfldump::dump_model (std::ostream &os, const ModelEx &model)
 
std::ostream & operator<< (std::ostream &os, const tfldump::ModelEx &model)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const tfldump::ModelEx model 
)

Definition at line 457 of file Dump.cpp.

458{
459 tfldump::dump_model(os, modelex.model, modelex.rawdata);
460 return os;
461}
void dump_model(std::ostream &os, const ModelEx &model)

References tfldump::dump_model(), tfldump::ModelEx::model, and tfldump::ModelEx::rawdata.