MCPcopy 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

applyMethod · 0.45
applyMethod · 0.45
is_pointwise_or_reduceFunction · 0.45
perf_groupFunction · 0.45
create_pointwise_modulesFunction · 0.45
get_graph_colorFunction · 0.45
get_node_contentFunction · 0.45
pointwise_inputsFunction · 0.45
get_attn_instructionsMethod · 0.45
is_valid_opMethod · 0.45
is_fusableMethod · 0.45

Calls 1

Tested by

no test coverage detected