Skip to main content

QuantSpec Struct

Declaration

struct simaai::neat::QuantSpec { ... }

Included Headers

#include <TensorCore.h>

Public Member Attributes Index

floatscale = 1.0f
int32_tzero_point = 0
intaxis = -1
std::vector< float >scales
std::vector< int32_t >zero_points

Definition at line 98 of file TensorCore.h.

Public Member Attributes

axis

int simaai::neat::QuantSpec::axis = -1

Definition at line 101 of file TensorCore.h.

101 int axis = -1;

scale

float simaai::neat::QuantSpec::scale = 1.0f

Definition at line 99 of file TensorCore.h.

99 float scale = 1.0f;

scales

std::vector<float> simaai::neat::QuantSpec::scales

Definition at line 102 of file TensorCore.h.

102 std::vector<float> scales;

zero_point

int32_t simaai::neat::QuantSpec::zero_point = 0

Definition at line 100 of file TensorCore.h.

100 int32_t zero_point = 0;

zero_points

std::vector<int32_t> simaai::neat::QuantSpec::zero_points

Definition at line 103 of file TensorCore.h.

103 std::vector<int32_t> zero_points;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.