MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / heuristics_table

Function heuristics_table

src/runtime/CL/mlgo/MLGOParser.cpp:681–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679}
680
681void heuristics_table(TokenStream &in, MLGOHeuristics &h, bool &valid)
682{
683 CHECK(expect_text(in, "<heuristics-table>", valid), valid);
684 while (!accept_text(in, "</heuristics-table>"))
685 {
686 CHECK(heuristics_table_entry(in, h, valid), valid);
687 }
688}
689
690Condition condition(TokenStream &in, bool &valid)
691{

Callers 1

mlgoFunction · 0.85

Calls 3

expect_textFunction · 0.85
accept_textFunction · 0.85
heuristics_table_entryFunction · 0.85

Tested by

no test coverage detected