Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ attributes
Method
attributes
src/api/api.cpp:360–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
value attributes() const
361
{
362
return {{
"custom_op"
, true}, {
"target"
, op.runs_on_offload_target() ?
"gpu"
:
"cpu"
}};
363
}
364
365
CustomOp op;
366
std::string name() const { return op.xobject.name; }
Callers
15
insert_convert_to_supported_type
Function · 0.45
apply
Method · 0.45
apply
Method · 0.45
is_pointwise_or_reduce
Function · 0.45
perf_group
Function · 0.45
create_pointwise_modules
Function · 0.45
get_graph_color
Function · 0.45
get_node_content
Function · 0.45
pointwise_inputs
Function · 0.45
get_attn_instructions
Method · 0.45
is_valid_op
Method · 0.45
is_fusable
Method · 0.45
Calls
1
runs_on_offload_target
Method · 0.45
Tested by
no test coverage detected