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

Function equal

src/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 15

migraphx_shape_equalFunction · 0.70
migraphx_argument_equalFunction · 0.70
migraphx_program_equalFunction · 0.70
happens_beforeFunction · 0.50
operator==Function · 0.50
is_compatible_shapeFunction · 0.50
applyMethod · 0.50
update_opFunction · 0.50
update_poolingFunction · 0.50
is_broadcast_onlyFunction · 0.50
apply_reshape_implMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected