Searched refs:PHASE_INPUTS_AND_OUTPUTS (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/tools/systrace_parser/parser/ |
D | naming.py | 16 PHASE_INPUTS_AND_OUTPUTS = "PIO" # Setting inputs/outputs and allocating buffers variable 36 subphases = dict(PE=[PHASE_INPUTS_AND_OUTPUTS, PHASE_TRANSFORMATION, 42 PHASE_COMPILATION : "Compilation", PHASE_INPUTS_AND_OUTPUTS: "I/O",
|
D | output.py | 5 PHASE_INPUTS_AND_OUTPUTS, PHASE_EXECUTION, PHASE_RESULTS, 38 phases_to_pick = phases + [PHASE_INPUTS_AND_OUTPUTS, PHASE_RESULTS] 85 values[make_tag(layer, PHASE_INPUTS_AND_OUTPUTS)] - 103 …for phase in [PHASE_INPUTS_AND_OUTPUTS, PHASE_EXECUTION_LESS_IO_AND_RESULTS, PHASE_RESULTS, PHASE_…
|
D | aggregate.py | 10 PHASE_INPUTS_AND_OUTPUTS, PHASE_RESULTS)
|