Home
last modified time | relevance | path

Searched refs:HloExecutionProfile (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.cc124 HloExecutionProfile::HloExecutionProfile( in HloExecutionProfile() function in xla::HloExecutionProfile
133 void HloExecutionProfile::SetCyclesTakenBy(const HloInstruction* hlo, in SetCyclesTakenBy()
139 uint64 HloExecutionProfile::GetCyclesTakenBy(const HloInstruction& hlo) const { in GetCyclesTakenBy()
Dexecutable.h85 HloExecutionProfile* hlo_execution_profile) = 0;
105 HloExecutionProfile* hlo_execution_profile) { in ExecuteOnStream()
130 HloExecutionProfile* hlo_execution_profile, se::Stream* stream) { in PopulateExecutionProfile()
Ddump.h33 class HloExecutionProfile; variable
60 const HloExecutionProfile& profile,
Dhlo_execution_profile.h106 class HloExecutionProfile {
110 HloExecutionProfile(const HloProfilePrinterData* hlo_profile_printer_data,
Dexecutable.cc76 std::unique_ptr<HloExecutionProfile> profile_ptr = in ExecuteOnStreamWrapper()
79 ? absl::make_unique<HloExecutionProfile>(&hlo_profile_printer_data(), in ExecuteOnStreamWrapper()
Dhlo_graph_dumper.h63 const HloExecutionProfile* hlo_execution_profile = nullptr,
Dhlo_execution_profile_test.cc59 HloExecutionProfile execution_profile(profile_printer.get(), in TEST_F()
Ddump.cc186 const HloExecutionProfile* profile, string_view suffix, in DumpHloModuleImpl()
282 const HloExecutionProfile& profile, in DumpHloModuleIfEnabled()
Dhlo_graph_dumper.cc311 const HloExecutionProfile* profile, NodeFilter filter) in HloDotDumper()
383 const HloExecutionProfile* profile_; // may be null
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.h61 HloExecutionProfile* hlo_execution_profile) override;
97 HloExecutionProfile* hlo_execution_profile);
122 HloExecutionProfile* hlo_execution_profile);
Dcpu_executable.cc139 HloExecutionProfile* hlo_execution_profile) { in ExecuteComputeFunction()
270 HloExecutionProfile* hlo_execution_profile) { in ExecuteOnStream()
292 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStreamImpl()
330 HloExecutionProfile* hlo_execution_profile; in ExecuteAsyncOnStreamImpl()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.h41 explicit HloExecutionProfiler(bool do_profile, HloExecutionProfile* profile,
73 HloExecutionProfile* profile_;
Dgpu_executable.h82 HloExecutionProfile* hlo_execution_profile) override;
97 HloExecutionProfile* hlo_execution_profile);
Dgpu_executable.cc69 HloExecutionProfile* hlo_execution_profile) { in ExecuteThunks()
239 HloExecutionProfile* hlo_execution_profile) { in ExecuteOnStream()
Dhlo_execution_profiler.cc55 bool do_profile, HloExecutionProfile* profile, se::Stream* stream, in HloExecutionProfiler()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable.h52 HloExecutionProfile* hlo_execution_profile) override
Dexecutable.cc51 HloExecutionProfile* hlo_execution_profile) { in ExecuteOnStream()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc166 HloExecutionProfile hlo_execution_profile( in ExecuteAndFetchProfile()