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

Function expect_l_list

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

Source from the content-addressed store, hash-verified

386}
387
388void expect_l_list(TokenStream &in, bool &valid)
389{
390 LOG_TOKEN_POS(in, pos);
391 if (!accept_l_list(in))
392 {
393 FAIL_WITH_MSG(valid, pos, "Expect '['");
394 }
395}
396
397bool accept_r_list(TokenStream &in)
398{

Callers 5

gemm_versionFunction · 0.85
gemm_config_nativeFunction · 0.85
gemm_config_reshapedFunction · 0.85
free_varsFunction · 0.85

Calls 1

accept_l_listFunction · 0.85

Tested by

no test coverage detected