Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ base64_encode
Function
base64_encode
src/base64.cpp:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
} // namespace
74
75
std::string base64_encode(const std::string& str)
76
{
77
return encode(std::vector<byte>(str.begin(), str.end()));
78
}
79
80
} // namespace MIGRAPHX_INLINE_NS
81
} // namespace migraphx
Callers
1
TEST_CASE
Function · 0.85
Calls
3
encode
Function · 0.70
begin
Method · 0.45
end
Method · 0.45
Tested by
1
TEST_CASE
Function · 0.68