Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_execution_profile.cc125 HloExecutionProfile::HloExecutionProfile( in HloExecutionProfile() function in xla::HloExecutionProfile
134 void HloExecutionProfile::SetCyclesTakenBy(const HloInstruction* hlo, in SetCyclesTakenBy()
140 void HloExecutionProfile::SetCyclesTakenBy(size_t index, uint64 cycles_taken) { in SetCyclesTakenBy()
144 uint64 HloExecutionProfile::GetCyclesTakenBy(const HloInstruction& hlo) const { in GetCyclesTakenBy()
148 uint64 HloExecutionProfile::GetCyclesTakenBy(size_t index) const { in GetCyclesTakenBy()
152 HloExecutionProfileData HloExecutionProfile::ToProto() const { in ToProto()
Dexecutable.cc84 HloExecutionProfile* hlo_execution_profile) { in ExecuteOnStream()
106 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream()
121 HloExecutionProfile* hlo_execution_profile) { in ExecuteOnStream()
187 std::shared_ptr<HloExecutionProfile> profile_ptr;
207 ? std::make_shared<HloExecutionProfile>( in ExecuteWrapperBeforeExecution()
269 std::shared_ptr<HloExecutionProfile> profile = state.profile_ptr; in ExecuteWrapperAfterExecution()
Dexecutable.h261 HloExecutionProfile* hlo_execution_profile);
284 HloExecutionProfile* hlo_execution_profile);
291 HloExecutionProfile* hlo_execution_profile);
296 HloExecutionProfile* hlo_execution_profile) = 0;
312 HloExecutionProfile* hlo_execution_profile, se::Stream* stream) { in PopulateExecutionProfile()
Ddump.h33 class HloExecutionProfile; variable
74 const HloExecutionProfile& profile,
Dhlo_execution_profile.h106 class HloExecutionProfile {
108 HloExecutionProfile(const HloProfilePrinterData* hlo_profile_printer_data,
Dhlo_graph_dumper.h74 const HloExecutionProfile* hlo_execution_profile = nullptr,
Dhlo_execution_profile_test.cc58 HloExecutionProfile execution_profile(profile_printer.get(), in TEST_F()
Ddump.cc221 const HloExecutionProfile* profile, in DumpHloModuleImpl()
427 const HloExecutionProfile& profile, in DumpHloModuleIfEnabled()
Dhlo_graph_dumper.cc317 const HloExecutionProfile* profile, NodeFilter filter) in HloDotDumper()
389 const HloExecutionProfile* profile_; // may be null
1743 const HloExecutionProfile* hlo_execution_profile, in RenderGraph()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.h117 HloExecutionProfile* hlo_execution_profile) override;
122 HloExecutionProfile* hlo_execution_profile);
128 VariantArguments arguments, HloExecutionProfile* hlo_execution_profile);
143 HloExecutionProfile* hlo_execution_profile);
Dhlo_execution_profiler.h40 explicit HloExecutionProfiler(bool do_profile, HloExecutionProfile* profile,
80 HloExecutionProfile* profile_;
Dgpu_executable.cc131 HloExecutionProfile* hlo_execution_profile) { in ExecuteThunks()
401 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream()
409 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream()
418 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStreamImpl()
Dhlo_execution_profiler.cc54 bool do_profile, HloExecutionProfile* profile, se::Stream* stream, in HloExecutionProfiler()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.h61 HloExecutionProfile* hlo_execution_profile) override;
113 HloExecutionProfile* hlo_execution_profile);
Dcpu_executable.cc151 HloExecutionProfile* hlo_execution_profile) { in ExecuteComputeFunction()
328 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream()
376 HloExecutionProfile* hlo_execution_profile; in ExecuteAsyncOnStream()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable_base.h43 HloExecutionProfile* hlo_execution_profile) override;
Dexecutable_base.cc44 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream()
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executable_interface.h50 HloExecutionProfile* hlo_execution_profile) override;
Dtpu_executable_interface.cc171 HloExecutionProfile* /*hlo_execution_profile*/) { in ExecuteAsyncOnStream() argument
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc166 HloExecutionProfile hlo_execution_profile( in ExecuteAndFetchProfile()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc102 HloExecutionProfile* hlo_execution_profile) override { in ExecuteAsyncOnStream()