Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dexecutable_run_options.cc71 execution_profile_ = profile; in set_execution_profile()
76 return execution_profile_; in execution_profile()
Dexecutable_run_options.h89 ExecutionProfile* execution_profile_ = nullptr; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.h145 return execution_profile_; in execution_profile()
192 ExecutionProfile execution_profile_ GUARDED_BY(mutex_);
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc196 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0)); in ExecuteComputeFunction()
199 execution_profile_.set_compute_cycle_count( in ExecuteComputeFunction()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc174 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0)); in ExecuteThunks()
178 execution_profile_.set_compute_cycle_count( in ExecuteThunks()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable.cc118 execution_profile_.set_compute_time_ns(std::max(nanoseconds, 1.0)); in ExecuteOnStream()