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

Method split

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

Source from the content-addressed store, hash-verified

1041}
1042
1043std::array<module::with_inputs, 2> module::split(const std::vector<instruction_ref>& args,
1044 const std::vector<instruction_ref>& splits) const
1045{
1046 return generic_split(*this, args, splits);
1047}
1048
1049std::array<module::with_inputs, 3> module::split(const std::vector<instruction_ref>& args,
1050 const std::vector<instruction_ref>& splits1,

Callers 9

applyMethod · 0.45
compileMethod · 0.45
tokenize_with_weightsMethod · 0.45
get_embeddingsMethod · 0.45
__init__Method · 0.45
get_anchorsFunction · 0.45
get_image_list_in_dirFunction · 0.45
get_image_list_in_dirFunction · 0.45
write_predictionsFunction · 0.45

Calls 8

generic_splitFunction · 0.85
containsFunction · 0.85
atMethod · 0.80
all_ofFunction · 0.50
transformFunction · 0.50
beginMethod · 0.45
endMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected