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

Function stream_write_value

src/include/migraphx/streamutils.hpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118template <class T>
119void stream_write_value(std::ostream& os, const T& x)
120{
121 detail::stream_write_value_impl(rank<1>{}, os, x);
122}
123
124} // namespace MIGRAPHX_INLINE_NS
125} // namespace migraphx

Callers 4

operator<<Function · 0.85
debug_printFunction · 0.85
operator<<Function · 0.85

Calls 1

stream_write_value_implFunction · 0.85

Tested by

no test coverage detected