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

Function expect_r_list

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

Source from the content-addressed store, hash-verified

406}
407
408void expect_r_list(TokenStream &in, bool &valid)
409{
410 LOG_TOKEN_POS(in, pos);
411 if (!accept_r_list(in))
412 {
413 FAIL_WITH_MSG(valid, pos, "Expect ']'");
414 }
415}
416
417ConditionalOp conditional_op(TokenStream &in, bool &valid)
418{

Callers 4

gemm_versionFunction · 0.85
gemm_config_nativeFunction · 0.85
gemm_config_reshapedFunction · 0.85

Calls 1

accept_r_listFunction · 0.85

Tested by

no test coverage detected