OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hlo_profile_printer_data_
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiled_cpu_function.h
91
const xla::HloProfilePrinterData*
hlo_profile_printer_data_
= nullptr;
member in class:tensorflow::XlaCompiledCpuFunction::StaticData
240
return
hlo_profile_printer_data_
!= nullptr;
244
return *
hlo_profile_printer_data_
;
304
static_data->
hlo_profile_printer_data_
= hlo_profile_printer_data;
309
return static_data->
hlo_profile_printer_data_
;
349
const xla::HloProfilePrinterData*
hlo_profile_printer_data_
= nullptr;
/external/tensorflow/tensorflow/compiler/xla/service/
executable.h
68
hlo_profile_printer_data_
(std::move(hlo_profile_printer_data)),
70
CHECK_EQ(
hlo_profile_printer_data_
.get() == nullptr,
150
return *
hlo_profile_printer_data_
;
162
return
hlo_profile_printer_data_
!= nullptr;
206
std::unique_ptr<HloProfilePrinterData>
hlo_profile_printer_data_
;
member in class:xla::Executable
hlo_execution_profile.h
145
return PrintHloProfile(
hlo_profile_printer_data_
, profile_counters_.data(),
155
const HloProfilePrinterData&
hlo_profile_printer_data_
;
member in class:xla::HloExecutionProfile
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.h
90
return
hlo_profile_printer_data_
.get();
116
std::unique_ptr<HloProfilePrinterData>
hlo_profile_printer_data_
;
member in class:xla::cpu::CpuAotCompilationResult
Completed in 651 milliseconds