OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:execution_profile_
(Results
1 - 6
of
6
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/
executable_run_options.cc
71
execution_profile_
= profile;
76
return
execution_profile_
;
executable_run_options.h
89
ExecutionProfile*
execution_profile_
= nullptr;
member in class:xla::ExecutableRunOptions
/external/tensorflow/tensorflow/compiler/xla/service/
executable.h
145
return
execution_profile_
;
192
ExecutionProfile
execution_profile_
GUARDED_BY(mutex_);
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executable.cc
118
execution_profile_
.set_compute_time_ns(std::max(nanoseconds, 1.0));
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc
196
execution_profile_
.set_compute_time_ns(std::max(nanoseconds, 1.0));
199
execution_profile_
.set_compute_cycle_count(
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc
174
execution_profile_
.set_compute_time_ns(std::max(nanoseconds, 1.0));
178
execution_profile_
.set_compute_cycle_count(
Completed in 224 milliseconds