MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / validate

Method validate

test/verify/run_verify.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void run_verify::validate(const migraphx::target& t,
118 const migraphx::program& p,
119 const migraphx::parameter_map& m) const
120{
121 auto ti = get_target_info(t.name());
122 if(ti.validate)
123 ti.validate(p, m);
124}
125
126std::pair<migraphx::program, std::vector<migraphx::argument>>
127run_verify::run_ref(migraphx::program p,

Callers 3

TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45

Calls 1

nameMethod · 0.45

Tested by 2

TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36