MCPcopy 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
63static migraphx::argument eval(const migraphx::program& p)
64{
65 auto r = p.eval({});
66 EXPECT(r.size() == 1);
67 return r.front();
68}
69
70TEST_CASE(quantizelinear)
71{

Callers 3

TEST_CASEFunction · 0.70
template_evalFunction · 0.50
template_evalFunction · 0.50

Calls 3

frontMethod · 0.80
evalMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected