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

Function end

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

Source from the content-addressed store, hash-verified

281}
282
283void end(TokenStream &in, bool &valid)
284{
285 LOG_TOKEN_POS(in, pos);
286 auto tok = in.take();
287 if (tok.type != TokenType::End)
288 {
289 FAIL_WITH_MSG(valid, pos, "Unexpected token at the end of stream");
290 }
291}
292
293bool bool_val(TokenStream &in, bool &valid)
294{

Callers 15

shift_rightMethod · 0.85
TensorInfoClass · 0.85
cendMethod · 0.85
configureMethod · 0.85
digit_reverse_indicesFunction · 0.85
runMethod · 0.85
validate_argumentsFunction · 0.85
buildMethod · 0.85
num_threads_hintFunction · 0.85
start_lifetimeMethod · 0.85

Calls 1

takeMethod · 0.80

Tested by 2

test_startMethod · 0.68
test_stopMethod · 0.68