Home
last modified time | relevance | path

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

/third_party/alsa-utils/topology/
Dpre-process-dapm.c443 snd_config_t *n, *pipeline_cfg, *child; in tplg_update_buffer_auto_attr() local
488 pipeline_cfg = tplg_object_get_instance_config(tplg_pp, parent); in tplg_update_buffer_auto_attr()
491 snd_config_for_each(i, next, pipeline_cfg) { in tplg_update_buffer_auto_attr()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc443 …std::string pipeline_cfg = std::to_string(i) + "," + std::to_string(session_) + "," + std::to_stri… in StartPipelines() local
456 argv[1] = pipeline_cfg.data(); in StartPipelines()