Home
last modified time | relevance | path

Searched defs:func_start_line (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node_show.h137 int32 func_start_line() const { return trace_->func_start_line(); } in func_start_line() function
H A Dtfprof_code.cc103 uint64 func_start_line) { in GetIndex()
H A Dtfprof_node.h63 int32 func_start_line() const { return trace_->func_start_line(); } in func_start_line() function
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_log.proto24 int32 func_start_line = 5; field