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

Function free_vars

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

Source from the content-addressed store, hash-verified

656}
657
658void free_vars(TokenStream &in, bool &valid)
659{
660 CHECK(expect_l_list(in, valid), valid);
661 while (!accept_r_list(in))
662 {
663 CHECK(text_val(in, valid), valid);
664 }
665}
666
667void heuristics_table_entry(TokenStream &in, MLGOHeuristics &h, bool &valid)
668{

Callers 1

heuristics_table_entryFunction · 0.85

Calls 3

expect_l_listFunction · 0.85
accept_r_listFunction · 0.85
text_valFunction · 0.85

Tested by

no test coverage detected