Home
last modified time | relevance | path

Searched defs:step_info (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/debugger/DebuggerControllers/
DControllerHelpers.py11 def in_source_file(source_files, step_info): argument
21 def update_step_watches(step_info, watches, commands): argument
/external/tensorflow/tensorflow/core/profiler/convert/
Dstep_events_to_steps_db.cc61 StepInfoResult step_info; in ConvertStepDetailsToStepInfo() local
94 string DebugStepInfo(const StepInfoResult& step_info) { in DebugStepInfo()
125 StepInfoResult step_info = in ConvertStepEventsToStepDb() local
Dop_stats_to_pod_stats.cc33 const StepInfoResult& step_info) { in CreatePodStatsRecord()
Dop_stats_to_pod_stats_test.cc57 StepInfoResult& step_info = (*info->mutable_step_info_per_core())[kCoreId]; in CreateOpStats() local
Dop_stats_to_pod_viewer_test.cc58 StepInfoResult& step_info = (*info->mutable_step_info_per_core())[kCoreId]; in CreateOpStats() local
Dop_stats_to_input_pipeline_analysis.cc209 const StepInfoResult& step_info = *ptr; in ComputeGenericInputPipelineAnalysisResult() local
583 const auto& step_info = coreid_and_stepinfo.second; in ComputeStepTimeSummaryInMs() local
/external/llvm-project/debuginfo-tests/dexter/dex/command/commands/
DDexUnreachable.py29 def eval(self, step_info): argument
DDexExpectStepOrder.py32 def eval(self, step_info): argument
DDexExpectWatchBase.py106 def _handle_watch(self, step_info): argument
/external/angle/scripts/
Dgenerate_stats.py243 def validate_step_info(step_info, build_name, step_name): argument