sima_ev_dequantize_config_v1 Struct
Dequantize op config: 1 input, 1 output. More...
Declaration
struct sima_ev_dequantize_config_v1 { ... }
Included Headers
#include <EvTensorAbi.h>
Public Member Attributes Index
| struct { ... } | hdr |
|
ABI header (op type, version, IO arity). More... | |
| struct { ... } | input |
|
Input tensor descriptor. More... | |
| struct { ... } | output |
|
Output tensor descriptor. More... | |
| uint32_t | reserved[4] |
|
Reserved for future use; zero on write. More... | |
Description
Dequantize op config: 1 input, 1 output.
Definition at line 255 of file EvTensorAbi.h.
Public Member Attributes
hdr
|
ABI header (op type, version, IO arity).
Definition at line 256 of file EvTensorAbi.h.
256 struct sima_ev_abi_header hdr;
input
|
Input tensor descriptor.
Definition at line 257 of file EvTensorAbi.h.
257 struct sima_ev_tensor_desc input;
output
|
Output tensor descriptor.
Definition at line 258 of file EvTensorAbi.h.
258 struct sima_ev_tensor_desc output;
reserved
|
Reserved for future use; zero on write.
Definition at line 259 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.