Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
template <class T>
119
void 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_print
Function · 0.85
shape_transform_descriptor.cpp
File · 0.85
operator<<
Function · 0.85
Calls
1
stream_write_value_impl
Function · 0.85
Tested by
no test coverage detected