#include <Dequantize.h>
Definition at line 22 of file Dequantize.h.
◆ DequantizeChef() [1/2]
DequantizeChef::DequantizeChef |
( |
const circlechef::Operation * |
operation | ) |
|
|
inlineexplicit |
Definition at line 25 of file Dequantize.h.
25 : _operation{operation}
26 {
27
28 }
◆ DequantizeChef() [2/2]
DequantizeChef::DequantizeChef |
( |
const tflchef::Operation * |
operation | ) |
|
|
inlineexplicit |
Definition at line 25 of file Dequantize.h.
25 : _operation{operation}
26 {
27
28 }
◆ code() [1/2]
circle::BuiltinOperator DequantizeChef::code |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 31 of file Dequantize.h.
31{ return circle::BuiltinOperator_DEQUANTIZE; }
◆ code() [2/2]
tflite::BuiltinOperator DequantizeChef::code |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 31 of file Dequantize.h.
31{ return tflite::BuiltinOperator_DEQUANTIZE; }
◆ type() [1/2]
circle::BuiltinOptions DequantizeChef::type |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 33 of file Dequantize.h.
34 {
35 return circle::BuiltinOptions_DequantizeOptions;
36 }
◆ type() [2/2]
tflite::BuiltinOptions DequantizeChef::type |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
Implements OpChef.
Definition at line 33 of file Dequantize.h.
33{ return tflite::BuiltinOptions_NONE; }
◆ value() [1/2]
◆ value() [2/2]
The documentation for this class was generated from the following files: