Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_test_utils.cc59 absl::string_view event_name, int64 offset_ps, int64 duration_ps, in CreateXEvent()
77 HostEventType event_type, int64 offset_ps, int64 duration_ps, in CreateXEvent()
85 absl::string_view function_name, int64 offset_ps, in CreateTfFunctionCallEvent()
Dderived_timeline.cc48 XEvent CreateXEvent(const XEventMetadata& metadata, int64 offset_ps, in CreateXEvent()
66 void ProcessTfOpEvent(absl::string_view tf_op_full_name, int64 offset_ps, in ProcessTfOpEvent()
106 int64 offset_ps = event.offset_ps(); in ExpandOrAddLevelEvent() local
167 int64 offset_ps = event.OffsetPs(); in DeriveEventsFromAnnotations() local
Dxplane_builder.cc132 int64 offset_ps = NanosToPicos(line_->timestamp_ns() - timestamp_ns); in SetTimestampNsAndAdjustEventOffsets() local
Dxplane_utils_test.cc34 XEvent CreateEvent(int64 offset_ps, int64 duration_ps) { in CreateEvent()
Dxplane_builder.h178 void SetOffsetPs(int64 offset_ps) { event_->set_offset_ps(offset_ps); } in SetOffsetPs()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dxplane.proto85 int64 offset_ps = 2; field