Home
last modified time | relevance | path

Searched defs:self_time_ps (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dop_utils.cc46 uint64 self_time_ps = time_ps - children_time_ps; in EnterOp() local
83 uint64 self_time_ps = time_ps - children_time_ps; in EnterOp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/protobuf/
H A Dtf_function.proto40 uint64 self_time_ps = 2; field
H A Dtf_data_stats.proto18 int64 self_time_ps = 4; field
H A Dop_metrics.proto50 uint64 self_time_ps = 1; field
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_tf_functions.cc231 uint64 self_time_ps = in ConvertToTfFunctionDb() local
H A Dxplane_to_tf_data_stats.cc172 int64_t self_time_ps = visitor.DurationPs(); in ProcessIteratorEvent() local