Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmemset_thunk.cc28 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
37 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dcopy_thunk.cc36 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
55 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dcudnn_batchnorm_thunk.cc54 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
103 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
151 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dreplica_id_thunk.cc23 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dsequential_thunk.cc41 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dfor_thunk.cc47 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dconvolution_thunk.cc58 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dinfeed_thunk.cc40 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dhlo_execution_profiler.h74 std::unique_ptr<ScopedInstructionProfiler> MakeScopedInstructionProfiler(
Dwhile_thunk.cc62 auto op_profiler = profiler.MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dnccl_collective_thunk.cc68 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Doutfeed_thunk.cc40 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dconditional_thunk.cc74 auto op_profiler = profiler.MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dhlo_execution_profiler.cc116 HloExecutionProfiler::MakeScopedInstructionProfiler( in MakeScopedInstructionProfiler() function in xla::gpu::HloExecutionProfiler
Dkernel_thunk.cc117 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dcollective_permute_thunk.cc232 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dfft_thunk.cc130 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dgemm_thunk.cc248 profiler ? profiler->MakeScopedInstructionProfiler( in RunGemm()