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

Function expect_text

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

Source from the content-addressed store, hash-verified

366}
367
368void expect_text(TokenStream &in, const std::string &str, bool &valid)
369{
370 LOG_TOKEN_POS(in, pos);
371 if (!accept_text(in, str))
372 {
373 FAIL_WITH_MSG(valid, pos, std::string("Expect text token: ") + str);
374 }
375}
376
377bool accept_l_list(TokenStream &in)
378{

Callers 5

gemm_versionFunction · 0.85
ip_typeFunction · 0.85
headerFunction · 0.85
heuristics_tableFunction · 0.85
heuristic_treeFunction · 0.85

Calls 1

accept_textFunction · 0.85

Tested by

no test coverage detected