Home
last modified time | relevance | path

Searched refs:instruction_number_end (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dtest_backend_with_delegate_mapping.cpp100 char* instruction_number_end = in init() local
102 long int instruction_number = strtol(start, &instruction_number_end, 10); in init()
116 parse_delegate(instruction_number_end + 1, op_list, runtime_allocator); in init()
H A Dtest_backend_compiler_lib.cpp138 char* instruction_number_end; in init() local
139 long int instruction_number = strtol(start, &instruction_number_end, 10); in init()