ONE - On-device Neural Engine
Loading...
Searching...
No Matches
exo::tflite_detail::OpCode Struct Reference

#include <TFLExporterUtils.h>

Public Member Functions

bool operator== (const OpCode &rhs) const
 

Data Fields

tflite::BuiltinOperator opcode
 

Detailed Description

Definition at line 35 of file TFLExporterUtils.h.

Member Function Documentation

◆ operator==()

bool exo::tflite_detail::OpCode::operator== ( const OpCode rhs) const
inline

Definition at line 39 of file TFLExporterUtils.h.

39{ return opcode == rhs.opcode; }
tflite::BuiltinOperator opcode

References opcode.

Field Documentation

◆ opcode

tflite::BuiltinOperator exo::tflite_detail::OpCode::opcode

The documentation for this struct was generated from the following file: