Home
last modified time | relevance | path

Searched refs:SetStream (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_kernel_runtime.cc756 ascend_kernel_mod->SetStream(stream); in SetKernelModStream()
761 ascend_kernel_mod->SetStream(stream_id_map_[id]); in SetKernelModStream()
766 ascend_kernel_mod->SetStream(independent_stream_); in SetKernelModStream()
770 ascend_kernel_mod->SetStream(stream_); in SetKernelModStream()
780 ascend_kernel_mod->SetStream(stream_id_map_[stream_id]); in SetKernelModStream()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel.h198 void SetStream(void *stream) { stream_ = stream; } in SetStream() function
/third_party/python/Lib/msilib/
D__init__.py114 r.SetStream(i+1, field.name)
129 r.SetStream(1, path)
/third_party/python/Doc/library/
Dmsilib.rst291 .. method:: Record.SetStream(field, value)