Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
320
bool shape::is_computable(shape::type_t t) { return t != shape::fp4x2_type; }
321
322
shape::shape() : impl(shape_impl::default_shape()) {}
323
324
shape::shape(type_t t) : impl(std::make_shared<shape_impl>(t)) {}
325
Callers
15
get_dtype
Function · 0.45
get_shape
Function · 0.45
test_autocast_fp8_1
Function · 0.45
test_autocast_fp8_2
Function · 0.45
test_sub_uint64
Function · 0.45
test_neg_int64
Function · 0.45
test_nonzero
Function · 0.45
test_fp16_imagescaler
Function · 0.45
test_if_pl
Function · 0.45
run_prog
Function · 0.45
test_instruction_shape
Function · 0.45
test_instruction_op
Function · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
15
test_autocast_fp8_1
Function · 0.36
test_autocast_fp8_2
Function · 0.36
test_sub_uint64
Function · 0.36
test_neg_int64
Function · 0.36
test_nonzero
Function · 0.36
test_fp16_imagescaler
Function · 0.36
test_if_pl
Function · 0.36
run_prog
Function · 0.36
test_instruction_shape
Function · 0.36
test_instruction_op
Function · 0.36
test_add_fill
Function · 0.36
test_add_create
Function · 0.36