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

Function gpu_behavior

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

Source from the content-addressed store, hash-verified

639}
640
641void gpu_behavior(TokenStream &in, bool &valid)
642{
643 LOG_TOKEN_POS(in, pos);
644 if (accept_text(in, "static"))
645 {
646 ;
647 }
648 else if (accept_text(in, "dynamic"))
649 {
650 ;
651 }
652 else
653 {
654 FAIL_WITH_MSG(valid, pos, "Expect ip type");
655 }
656}
657
658void free_vars(TokenStream &in, bool &valid)
659{

Callers 1

heuristics_table_entryFunction · 0.85

Calls 1

accept_textFunction · 0.85

Tested by

no test coverage detected