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

Method add_literal

src/module.cpp:561–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561instruction_ref module::add_literal(literal l) { return insert_literal(begin(), std::move(l)); }
562
563instruction_ref module::add_outline(const shape& s)
564{

Callers 15

applyMethod · 0.45
cast_to_fnuzMethod · 0.45
fuseMethod · 0.45
apply_vanilla_rnnMethod · 0.45
apply_gruMethod · 0.45
gru_cellMethod · 0.45
apply_lstmMethod · 0.45
pad_hidden_statesMethod · 0.45
int4_quantize_moduleFunction · 0.45
create_pointwise_modulesFunction · 0.45
applyMethod · 0.45
remove_contiguousFunction · 0.45

Calls 1

beginFunction · 0.85

Tested by

no test coverage detected