Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ quantize_int8_options
Class
quantize_int8_options
src/api/api.cpp:251–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
}
250
251
struct quantize_int8_options
252
{
253
std::vector<parameter_map> calibration = {};
254
std::unordered_set<std::string> op_names = {};
255
};
256
257
static void add_op_name(quantize_int8_options& options, const char* name)
258
{
Callers
1
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected