Home
last modified time | relevance | path

Searched defs:copy_data_stream (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_kernel_runtime.h61 void *copy_data_stream() const override { return copy_data_stream_; } in copy_data_stream() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h124 virtual void *copy_data_stream() const { return nullptr; } in copy_data_stream() function