Home
last modified time | relevance | path

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

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