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

Function TEST_CASE

test/op_shape_test.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85TEST_CASE(allocate_static)
86{
87 migraphx::shape out_shape{migraphx::shape::float_type, {2, 3, 4}};
88 expect_shape(out_shape, migraphx::make_op("allocate", {{"shape", to_value(out_shape)}}));
89}
90
91TEST_CASE(allocate_static_input)
92{

Callers

nothing calls this directly

Calls 15

expect_shapeFunction · 0.85
throws_shapeFunction · 0.85
test_softmax_variationsFunction · 0.85
test_reduce_opsFunction · 0.85
test_dyn_reduce_opsFunction · 0.85
get_main_moduleMethod · 0.80
add_paramsMethod · 0.80
atMethod · 0.80
add_parameterMethod · 0.80
with_typeMethod · 0.80
lensMethod · 0.80

Tested by

no test coverage detected