Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ eval
Function
eval
test/rewrite_quantization_test.cpp:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
static migraphx::argument eval(const migraphx::program& p)
64
{
65
auto r = p.eval({});
66
EXPECT(r.size() == 1);
67
return r.front();
68
}
69
70
TEST_CASE(quantizelinear)
71
{
Callers
3
TEST_CASE
Function · 0.70
template_eval
Function · 0.50
template_eval
Function · 0.50
Calls
3
front
Method · 0.80
eval
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected