Home
last modified time | relevance | path

Searched refs:kFpStartNode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling_utils.cc27 constexpr char kFpStartNode[] = "PROFILING_FP_START"; variable
86 const char *trace_fp_start = std::getenv(kFpStartNode); in SetTraceFpStart()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc35 constexpr char kFpStartNode[] = "fp_point"; variable
99 auto iter = option.find(kFpStartNode); in GetTraceBegin()