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

Function equal_to

src/instruction.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37template <class T>
38static auto equal_to(const T& x)
39{
40 return [&](const T& y) { return std::equal_to<T>{}(x, y); };
41}
42
43instruction::instruction(operation o, shape r, std::vector<instruction_ref> args)
44 : op(std::move(o)), result(std::move(r)), arguments(std::move(args))

Callers 2

add_outputMethod · 0.85
replace_argumentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected