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

Function equal

tools/api/api.cpp:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323template <class T>
324static bool equal(const T& x, const T& y)
325{
326 return x == y;
327}
328
329static std::vector<argument> run(program& p, const parameter_map& params) { return p.eval(params); }
330

Callers 7

TEST_CASEFunction · 0.50
verify_shapesFunction · 0.50
TEST_CASEFunction · 0.50
TEST_CASEFunction · 0.50
TEST_CASEFunction · 0.50
TEST_CASEFunction · 0.50
TEST_CASEFunction · 0.50

Calls

no outgoing calls

Tested by 2

TEST_CASEFunction · 0.40
TEST_CASEFunction · 0.40