MCPcopy 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
277inline 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
283inline migraphx::literal get_2x2_transposed()
284{

Callers 4

TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85
TEST_CASEFunction · 0.85

Calls

no outgoing calls

Tested by 4

TEST_CASEFunction · 0.68
TEST_CASEFunction · 0.68
TEST_CASEFunction · 0.68
TEST_CASEFunction · 0.68