OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xla_hlo_profile
(Results
1 - 8
of
8
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_module_config.h
73
return debug_options_.
xla_hlo_profile
();
executable.cc
77
module_config().debug_options().
xla_hlo_profile
() &&
service.cc
442
executables[i]->module_config().debug_options().
xla_hlo_profile
() &&
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/tests/
execution_profile_test.cc
54
execution_options_.debug_options().
xla_hlo_profile
();
/external/tensorflow/tensorflow/compiler/xla/tools/
replay_computation.cc
273
const bool
xla_hlo_profile
= GetDebugOptionsFromFlags().
xla_hlo_profile
();
local
279
// If
xla_hlo_profile
is enabled, print a noisy message before the last run,
282
if (
xla_hlo_profile
&& is_final_result) {
/external/tensorflow/tensorflow/compiler/aot/
tfcompile_main.cc
106
xla::GetDebugOptionsFromFlags().
xla_hlo_profile
();
/external/tensorflow/tensorflow/compiler/xla/
xla.proto
68
bool
xla_hlo_profile
= 9;
debug_options_flags.cc
255
"
xla_hlo_profile
",
257
flag_values->
xla_hlo_profile
(),
Completed in 258 milliseconds