Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ get_2x2
Function
get_2x2
test/include/basic_ops.hpp:277–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
};
276
277
inline migraphx::literal get_2x2(int base = 0)
278
{
279
return migraphx::literal{{migraphx::shape::float_type, {2, 2}},
280
{base + 1, base + 2, base + 3, base + 4}};
281
}
282
283
inline migraphx::literal get_2x2_transposed()
284
{
Callers
4
TEST_CASE
Function · 0.85
TEST_CASE
Function · 0.85
TEST_CASE
Function · 0.85
TEST_CASE
Function · 0.85
Calls
no outgoing calls
Tested by
4
TEST_CASE
Function · 0.68
TEST_CASE
Function · 0.68
TEST_CASE
Function · 0.68
TEST_CASE
Function · 0.68