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

Method get_value

test/include/test.hpp:254–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254 friend decltype(auto) get_value(const expression& e) { return e.value(); }
255
256 decltype(auto) value() const { return Operator::call(get_value(lhs), get_value(rhs)); };
257

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected