OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hlo_profiling_enabled
(Results
1 - 13
of
13
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/tests/
execution_profile_test.cc
53
bool
hlo_profiling_enabled
=
local
59
if (
hlo_profiling_enabled
) {
/external/tensorflow/tensorflow/compiler/xla/service/
executable.h
149
CHECK(
hlo_profiling_enabled
());
154
CHECK(
hlo_profiling_enabled
());
161
bool
hlo_profiling_enabled
() const {
function in class:xla::Executable
hlo_module_config.cc
42
string key = absl::StrCat("profiling=",
hlo_profiling_enabled
());
hlo_module_config.h
72
bool
hlo_profiling_enabled
() const {
function in class:xla::HloModuleConfig
executable.cc
78
hlo_profiling_enabled
()
service.cc
443
executables[i]->
hlo_profiling_enabled
()) {
[
all
...]
/external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.cc
46
if (
hlo_profiling_enabled
()) {
xla_compiled_cpu_function.h
198
// When Hlo profiling is enabled (`
hlo_profiling_enabled
()` return true in
239
bool
hlo_profiling_enabled
() const {
243
assert(
hlo_profiling_enabled
());
xla_jit_compiled_cpu_function.cc
161
if (cpu_executable->
hlo_profiling_enabled
()) {
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
nvptx_compiler.cc
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc
281
if (
hlo_profiling_enabled
()) {
cpu_compiler.cc
622
if (module->config().
hlo_profiling_enabled
()) {
[
all
...]
/external/tensorflow/tensorflow/compiler/aot/tests/
tfcompile_test.cc
598
ASSERT_TRUE(fn.
hlo_profiling_enabled
());
Completed in 242 milliseconds