Searched refs:bundled_input_index (Results 1 – 7 of 7) sorted by relevance
/external/executorch/devtools/inspector/tests/ |
D | event_blocks_test.py | 125 bundled_input_index=-1, 140 bundled_input_index=-1, 159 bundled_input_index=-1, 184 bundled_input_index=-1, 202 bundled_input_index=-1, 230 bundled_input_index=-1, 254 bundled_input_index=-1, 281 bundled_input_index=-1, 322 bundled_input_index=-1,
|
/external/executorch/runtime/core/ |
D | event_tracer.h | 412 void set_bundled_input_index(int bundled_input_index) { in set_bundled_input_index() argument 413 bundled_input_index_ = bundled_input_index; in set_bundled_input_index() 419 int bundled_input_index() { in bundled_input_index() function
|
D | event_tracer_hooks.h | 296 int bundled_input_index) { in event_tracer_set_bundled_input_index() argument 299 event_tracer->set_bundled_input_index(bundled_input_index); in event_tracer_set_bundled_input_index() 303 (void)bundled_input_index; in event_tracer_set_bundled_input_index()
|
/external/executorch/devtools/inspector/ |
D | _inspector.py | 248 bundled_input_index: Optional[int] = None variable in RunSignature 680 bundled_input_index: Optional[int] = None variable in EventBlock 807 bundled_input_index=run.bundled_input_index, 855 bundled_input_index=run_signature.bundled_input_index, 1117 index = event_block.bundled_input_index
|
/external/executorch/devtools/etdump/ |
D | schema_flatcc.py | 146 bundled_input_index: Optional[int]
|
D | etdump_schema_flatcc.fbs | 163 bundled_input_index:int = -1;
|
/external/executorch/devtools/etdump/tests/ |
D | serialize_test.py | 39 bundled_input_index=-1,
|