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

Method shape

src/shape.cpp:322–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320bool shape::is_computable(shape::type_t t) { return t != shape::fp4x2_type; }
321
322shape::shape() : impl(shape_impl::default_shape()) {}
323
324shape::shape(type_t t) : impl(std::make_shared<shape_impl>(t)) {}
325

Callers 15

get_dtypeFunction · 0.45
get_shapeFunction · 0.45
test_autocast_fp8_1Function · 0.45
test_autocast_fp8_2Function · 0.45
test_sub_uint64Function · 0.45
test_neg_int64Function · 0.45
test_nonzeroFunction · 0.45
test_fp16_imagescalerFunction · 0.45
test_if_plFunction · 0.45
run_progFunction · 0.45
test_instruction_shapeFunction · 0.45
test_instruction_opFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by 15

test_autocast_fp8_1Function · 0.36
test_autocast_fp8_2Function · 0.36
test_sub_uint64Function · 0.36
test_neg_int64Function · 0.36
test_nonzeroFunction · 0.36
test_fp16_imagescalerFunction · 0.36
test_if_plFunction · 0.36
run_progFunction · 0.36
test_instruction_shapeFunction · 0.36
test_instruction_opFunction · 0.36
test_add_fillFunction · 0.36
test_add_createFunction · 0.36