Home
last modified time | relevance | path

Searched refs:hlo_execution_profile (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc151 HloExecutionProfile* hlo_execution_profile) { in ExecuteComputeFunction() argument
172 hlo_execution_profile ? hlo_execution_profile->profile_counters().size() in ExecuteComputeFunction()
175 hlo_execution_profile in ExecuteComputeFunction()
176 ? hlo_execution_profile->mutable_profile_counters()->data() in ExecuteComputeFunction()
215 if (hlo_execution_profile) { in ExecuteComputeFunction()
217 hlo_execution_profile->total_cycles_executed( in ExecuteComputeFunction()
328 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream() argument
376 HloExecutionProfile* hlo_execution_profile; in ExecuteAsyncOnStream() member
382 &run_options.run_options(), *task_buffers, hlo_execution_profile)); in ExecuteAsyncOnStream()
389 hlo_execution_profile}); in ExecuteAsyncOnStream()
Dcpu_executable.h61 HloExecutionProfile* hlo_execution_profile) override;
113 HloExecutionProfile* hlo_execution_profile);
DBUILD340 "//tensorflow/compiler/xla/service:hlo_execution_profile",
/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);
Dgpu_executable.cc131 HloExecutionProfile* hlo_execution_profile) { in ExecuteThunks() argument
141 bool do_profile = hlo_execution_profile != nullptr; in ExecuteThunks()
158 HloExecutionProfiler profiler(do_profile, hlo_execution_profile, main_stream, in ExecuteThunks()
248 profile->set_compute_cycle_count(hlo_execution_profile->GetCyclesTakenBy( in ExecuteThunks()
401 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream() argument
403 hlo_execution_profile); in ExecuteAsyncOnStream()
409 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream() argument
412 ExecuteAsyncOnStreamImpl(run_options, arguments, hlo_execution_profile)); in ExecuteAsyncOnStream()
418 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStreamImpl() argument
554 hlo_execution_profile)); in ExecuteAsyncOnStreamImpl()
DBUILD289 "//tensorflow/compiler/xla/service:hlo_execution_profile",
397 "//tensorflow/compiler/xla/service:hlo_execution_profile",
635 "//tensorflow/compiler/xla/service:hlo_execution_profile",
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecutable.cc84 HloExecutionProfile* hlo_execution_profile) { in ExecuteOnStream() argument
86 ExecuteAsyncOnStream(run_options, arguments, hlo_execution_profile); in ExecuteOnStream()
106 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream() argument
114 hlo_execution_profile)); in ExecuteAsyncOnStream()
121 HloExecutionProfile* hlo_execution_profile) { in ExecuteOnStream() argument
123 run_options, std::move(arguments), hlo_execution_profile); in ExecuteOnStream()
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() argument
Dhlo_graph_dumper.h74 const HloExecutionProfile* hlo_execution_profile = nullptr,
Dhlo_graph_dumper.cc1743 const HloExecutionProfile* hlo_execution_profile, in RenderGraph() argument
1752 hlo_execution_profile, NodeFilter()) in RenderGraph()
DBUILD950 ":hlo_execution_profile",
992 ":hlo_execution_profile",
1133 ":hlo_execution_profile",
3046 name = "hlo_execution_profile",
3047 srcs = ["hlo_execution_profile.cc"],
3048 hdrs = ["hlo_execution_profile.h"],
3069 ":hlo_execution_profile",
4393 ":hlo_execution_profile",
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutable_base.h43 HloExecutionProfile* hlo_execution_profile) override;
DBUILD90 "//tensorflow/compiler/xla/service:hlo_execution_profile",
118 "//tensorflow/compiler/xla/service:hlo_execution_profile",
Dexecutable_base.cc44 HloExecutionProfile* hlo_execution_profile) { in ExecuteAsyncOnStream() argument
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executable_interface.h50 HloExecutionProfile* hlo_execution_profile) override;
DBUILD351 "//tensorflow/compiler/xla/service:hlo_execution_profile",
Dtpu_executor_c_api.h310 SE_HloExecutionProfile* hlo_execution_profile,
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc166 HloExecutionProfile hlo_execution_profile( in ExecuteAndFetchProfile() local
180 executable->ExecuteOnStream(&run_options, args, &hlo_execution_profile)); in ExecuteAndFetchProfile()
184 *profile_output = hlo_execution_profile.ToString( in ExecuteAndFetchProfile()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc102 HloExecutionProfile* hlo_execution_profile) override { in ExecuteAsyncOnStream() argument