OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HloExecutionProfile
(Results
1 - 18
of
18
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.h
61
HloExecutionProfile
* hlo_execution_profile) override;
97
HloExecutionProfile
* hlo_execution_profile);
122
HloExecutionProfile
* hlo_execution_profile);
cpu_executable.cc
139
HloExecutionProfile
* hlo_execution_profile) {
270
HloExecutionProfile
* hlo_execution_profile) {
292
HloExecutionProfile
* hlo_execution_profile) {
330
HloExecutionProfile
* hlo_execution_profile;
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_execution_profile.cc
124
HloExecutionProfile
::
HloExecutionProfile
(
133
void
HloExecutionProfile
::SetCyclesTakenBy(const HloInstruction* hlo,
139
uint64
HloExecutionProfile
::GetCyclesTakenBy(const HloInstruction& hlo) const {
dump.h
33
class
HloExecutionProfile
;
52
// If you pass an
HloExecutionProfile
, note that currently only DOT-based output
60
const
HloExecutionProfile
& profile,
executable.h
85
HloExecutionProfile
* hlo_execution_profile) = 0;
105
HloExecutionProfile
* hlo_execution_profile) {
130
HloExecutionProfile
* hlo_execution_profile, se::Stream* stream) {
hlo_graph_dumper.h
63
const
HloExecutionProfile
* hlo_execution_profile = nullptr,
executable.cc
76
std::unique_ptr<
HloExecutionProfile
> profile_ptr =
79
? absl::make_unique<
HloExecutionProfile
>(&hlo_profile_printer_data(),
hlo_execution_profile.h
106
class
HloExecutionProfile
{
110
HloExecutionProfile
(const HloProfilePrinterData* hlo_profile_printer_data,
hlo_execution_profile_test.cc
59
HloExecutionProfile
execution_profile(profile_printer.get(),
dump.cc
186
const
HloExecutionProfile
* profile, string_view suffix,
282
const
HloExecutionProfile
& profile,
hlo_graph_dumper.cc
311
const
HloExecutionProfile
* profile, NodeFilter filter)
383
const
HloExecutionProfile
* profile_; // may be null
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_execution_profiler.h
41
explicit HloExecutionProfiler(bool do_profile,
HloExecutionProfile
* profile,
73
HloExecutionProfile
* profile_;
gpu_executable.h
82
HloExecutionProfile
* hlo_execution_profile) override;
97
HloExecutionProfile
* hlo_execution_profile);
hlo_execution_profiler.cc
55
bool do_profile,
HloExecutionProfile
* profile, se::Stream* stream,
gpu_executable.cc
69
HloExecutionProfile
* hlo_execution_profile) {
239
HloExecutionProfile
* hlo_execution_profile) {
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executable.h
52
HloExecutionProfile
* hlo_execution_profile) override
executable.cc
51
HloExecutionProfile
* hlo_execution_profile) {
/external/tensorflow/tensorflow/compiler/xla/tests/
xla_hlo_profile_test.cc
166
HloExecutionProfile
hlo_execution_profile(
Completed in 354 milliseconds