Home
last modified time | relevance | path

Searched refs:stream_ids (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/reporter/
Dtask_desc_reporter.h35 void set_stream_ids(const std::vector<uint32_t> &stream_ids) { stream_ids_ = stream_ids; } in set_stream_ids() argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.h71 …ReportProfilingData(const std::vector<uint32_t> &task_ids, const std::vector<uint32_t> &stream_ids,
Dprofiling_utils.cc393 …ReportProfilingData(const std::vector<uint32_t> &task_ids, const std::vector<uint32_t> &stream_ids, in ReportProfilingData() argument
410 task_reporter.set_stream_ids(stream_ids); in ReportProfilingData()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dstreamiddemux.c44 gchar *stream_ids[NUM_SUBSTREAMS]; member
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc553 auto stream_ids = ModelRunner::Instance().GetStreamIdList(model_iter->first); in LoadTask() local
554 ProfilingUtils::ReportProfilingData(task_ids, stream_ids, graph); in LoadTask()
/third_party/alsa-lib/src/topology/
Dpcm.c691 static const char *stream_ids[2] = { in tplg_save_streams() local
727 err = tplg_save_printf(dst, pfx, "pcm.%s {\n", stream_ids[stream]); in tplg_save_streams()