Home
last modified time | relevance | path

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

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