Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_info.h65 uint32_t stream_distinction_label() const { return stream_distinction_label_; } in stream_distinction_label() function
66 void set_stream_distinction_label(uint32_t stream_distinction_label) { in set_stream_distinction_label()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h193 uint32_t stream_distinction_label() { return stream_distinction_label_; } in stream_distinction_label() function