Home
last modified time | relevance | path

Searched refs:time_nanos (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dmodel_dataset_op.cc204 void RecordInput(int64 time_nanos) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in RecordInput() argument
206 DCHECK_LE(last_output_time_, time_nanos); in RecordInput()
207 input_time_ += time_nanos - last_output_time_; in RecordInput()
212 void RecordOutput(int64 time_nanos) TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) { in RecordOutput() argument
213 last_output_time_ = time_nanos; in RecordOutput()
/external/tensorflow/tensorflow/core/framework/
Dmodel.h282 void record_start(int64 time_nanos) TF_LOCKS_EXCLUDED(mu_) { in record_start() argument
284 work_start_ = time_nanos; in record_start()
288 void record_stop(int64 time_nanos) TF_LOCKS_EXCLUDED(mu_) { in record_stop() argument
291 processing_time_ += time_nanos - work_start_; in record_stop()
/external/tensorflow/tensorflow/core/profiler/
Dprofile.proto15 int64 time_nanos = 9; field
/external/perfetto/protos/third_party/pprof/
Dprofile.proto83 int64 time_nanos = 9; field