Home
last modified time | relevance | path

Searched refs:kTensorFlowOpLineName (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_utils_test.cc406 line.SetName(kTensorFlowOpLineName); in TEST()
500 line.SetName(kTensorFlowOpLineName); in TEST()
526 line.SetName(kTensorFlowOpLineName); in TEST()
554 line.SetName(kTensorFlowOpLineName); in TEST()
H A Dderived_timeline.cc239 kTensorFlowOpLineName, start_timestamp_ns, {}); in DeriveEventsFromAnnotations()
395 tensorflow::profiler::kTensorFlowOpLineName, start_timestamp_ns, {}); in DeriveLinesFromStats()
H A Dxplane_schema.cc48 const absl::string_view kTensorFlowOpLineName = "TensorFlow Ops"; variable
H A Dxplane_schema.h62 TF_CONST_INIT extern const absl::string_view kTensorFlowOpLineName;
H A Dxplane_utils.cc131 return line_name == kXlaOpLineName || line_name == kTensorFlowOpLineName; in IsOpLineName()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_op_stats_test.cc447 line.SetName(kTensorFlowOpLineName); in TEST()