sima_ev_detessdequant_config_v1 Struct
DetessDequant op config: many inputs, many outputs, per-output params. More...
Declaration
struct sima_ev_detessdequant_config_v1 { ... }
Included Headers
#include <EvTensorAbi.h>
Public Member Attributes Index
| struct { ... } | hdr |
|
ABI header (op type, version, IO arity). More... | |
| struct { ... } | inputs |
|
Input tensor list. More... | |
| struct { ... } | outputs |
|
Output tensor list. More... | |
| struct { ... } | params[SIMA_EV_MAX_IO] |
|
Per-output parameters. More... | |
Description
DetessDequant op config: many inputs, many outputs, per-output params.
Definition at line 285 of file EvTensorAbi.h.
Public Member Attributes
hdr
|
ABI header (op type, version, IO arity).
Definition at line 286 of file EvTensorAbi.h.
286 struct sima_ev_abi_header hdr;
inputs
|
Input tensor list.
Definition at line 287 of file EvTensorAbi.h.
287 struct sima_ev_tensor_list_v1 inputs;
outputs
|
Output tensor list.
Definition at line 288 of file EvTensorAbi.h.
288 struct sima_ev_tensor_list_v1 outputs;
params
|
Per-output parameters.
Definition at line 289 of file EvTensorAbi.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.