Home
last modified time | relevance | path

Searched refs:bundled_input_index (Results 1 – 7 of 7) sorted by relevance

/external/executorch/devtools/inspector/tests/
Devent_blocks_test.py125 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/
Devent_tracer.h412 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
Devent_tracer_hooks.h296 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.py248 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/
Dschema_flatcc.py146 bundled_input_index: Optional[int]
Detdump_schema_flatcc.fbs163 bundled_input_index:int = -1;
/external/executorch/devtools/etdump/tests/
Dserialize_test.py39 bundled_input_index=-1,