Home
last modified time | relevance | path

Searched refs:profile_index (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer.cc40 return counters[instruction_info.profile_index()] != 0; in PrintHloProfile()
52 counters[computation_info.profile_index()], clock_rate_ghz); in PrintHloProfile()
59 counters[instruction_info.profile_index()], in PrintHloProfile()
Dhlo_profile_printer_data.proto39 int64 profile_index = 8; field
48 int64 profile_index = 2; field
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.h59 void FinishHloComputation(absl::optional<size_t> profile_index);
67 void FinishHloInstruction(size_t profile_index);
75 absl::optional<int64> profile_index);
Dthunk.h75 absl::optional<int64> profile_index; member
84 profile_index_(thunk_info.profile_index), in Thunk()
126 absl::optional<int64> profile_index() const { return profile_index_; } in profile_index() function
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()
Dhlo_execution_profiler.cc93 absl::optional<size_t> profile_index) { in FinishHloComputation() argument
96 *profile_index, in FinishHloComputation()
Dreplica_id_thunk.cc23 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dgemm_thunk.cc68 implements_whole_instruction_, profile_index(), in ExecuteOnStream()
175 absl::optional<int64> profile_index, in RunGemm() argument
249 implements_whole_instruction ? profile_index : -1) in RunGemm()
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()
Dgemm_thunk.h83 absl::optional<int64> profile_index,
Dinfeed_thunk.cc40 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
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()
Dkernel_thunk.cc117 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dcollective_permute_thunk.cc232 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
Dgpu_compiler.cc942 size_t profile_index = 0; in RunBackend() local
944 profile_index = in RunBackend()
954 std::move(module), profile_index, std::move(profile_printer), in RunBackend()
Dfft_thunk.cc130 params.profiler->MakeScopedInstructionProfiler(profile_index()); in ExecuteOnStream()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_engine_utils.cc105 Status GetTrtBindingIndex(const char* tensor_name, int profile_index, in GetTrtBindingIndex() argument
130 *binding_index = *binding_index + profile_index * bindings_per_profile; in GetTrtBindingIndex()
Dtrt_engine_utils.h128 Status GetTrtBindingIndex(const char* tensor_name, int profile_index,

12