Searched defs:start_time_s (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/tools/systrace_parser/parser/ |
D | tree.py | 28 def push(self, start_time_s, mark, layer, phase, app_phase, subtract): argument 33 def push_dummy(self, start_time_s): argument 187 def __init__(self, start_time_s, mark, layer, phase, app_phase, subtract): argument 247 def add(self, start_time_s, mark, layer, phase, app_phase, subtract): argument 267 def add_dummy(self, start_time_s): argument
|