/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/ |
D | kernel_refcount.h | 33 uint32_t stream_id_; 43 : stream_id_(0), in KernelRefCount() 55 uint32_t stream_id() const { return stream_id_; } in stream_id() 81 void set_stream_id(uint32_t stream_id) { stream_id_ = stream_id; } in set_stream_id() 82 uint32_t stream_id() const { return stream_id_; } in stream_id() 93 uint32_t stream_id_{0};
|
/third_party/nghttp2/src/ |
D | asio_client_stream.cc | 35 stream::stream(session_impl *sess) : sess_(sess), stream_id_(0) { in stream() 39 void stream::stream_id(int32_t stream_id) { stream_id_ = stream_id; } in stream_id() 41 int32_t stream::stream_id() const { return stream_id_; } in stream_id()
|
D | asio_server_stream.cc | 36 : handler_(h), stream_id_(stream_id) { in stream() 41 int32_t stream::get_stream_id() const { return stream_id_; } in get_stream_id()
|
D | asio_server_stream.h | 52 int32_t stream_id_; variable
|
D | asio_client_stream.h | 61 uint32_t stream_id_; variable
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | kernel_info.h | 39 stream_id_ = UINT32_MAX; in KernelInfo() 63 uint32_t stream_id() const { return stream_id_; } in stream_id() 64 void set_stream_id(uint32_t stream_id) { stream_id_ = stream_id; } in set_stream_id() 83 uint32_t stream_id_; variable
|
D | kernel_info.cc | 118 …if (stream_id_ != other.stream_id_ || stream_distinction_label_ != other.stream_distinction_label_… in operator ==()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/ |
D | ascend_kernel_mod.h | 36 uint32_t stream_id() { return stream_id_; } in stream_id() 49 uint32_t stream_id_{0};
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/reporter/ |
D | profiling_desc.h | 40 … : ProfDesc(std::move(op_name)), task_id_(task_id), block_dim_(block_dim), stream_id_(stream_id) {} in TaskDesc() 47 uint32_t stream_id_; variable
|
D | profiling_desc.cc | 31 .append(std::to_string(stream_id_)) in ToString()
|
/third_party/mindspore/mindspore/ccsrc/debug/rdr/ |
D | stream_exec_order_recorder.h | 34 …: index_(index), node_name_(node_name), logic_id_(logic_id), stream_id_(stream_id), node_info_(nod… in ExecNode() 45 uint32_t stream_id_; variable
|
D | stream_exec_order_recorder.cc | 38 exec_node[kAttrStreamId] = stream_id_; in ExecNode2Json()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/ |
D | send.cc | 57 stream_id_ = stream_id; in GenTask()
|
D | recv.cc | 58 stream_id_ = stream_id; in GenTask()
|
D | assign.cc | 56 stream_id_ = stream_id; in GenTask()
|
D | profiling_kernel_mod.cc | 62 stream_id_ = stream_id; in GenTask()
|
D | stream_active.cc | 74 stream_id_ = stream_id; in GenTask()
|
D | stream_switch.cc | 94 stream_id_ = stream_id; in GenTask()
|
D | memcpy_async.cc | 127 stream_id_ = stream_id; in GenTask()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/ |
D | task_info.h | 50 uint32_t stream_id() const { return stream_id_; } in stream_id() 57 : op_name_(op_name), stream_id_(stream_id), type_(type), dump_flag_(dump_flag) {} in TaskInfo() 61 uint32_t stream_id_; variable
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/tasksink/ |
D | task_generator.h | 44 uint32_t stream_id_{0};
|
D | task_generator.cc | 245 debug_info->stream_id_ = task_info_ptrs[0]->stream_id(); in LaunchKernel() 354 << "task0_stream_id:" << task_debug_info->stream_id_ << "\t" in SaveTaskDebugInfoToFile()
|
/third_party/cef/libcef/browser/devtools/ |
D | devtools_frontend.cc | 181 : stream_id_(stream_id), in NetworkResourceLoader() 211 base::Value id(stream_id_); in OnDataReceived() 230 const int stream_id_; member in CefDevToolsFrontend::NetworkResourceLoader
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/ |
D | hcom_all_to_all.cc | 71 stream_id_ = stream_id; in GenTask()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/ |
D | tbe_kernel_mod.cc | 97 stream_id_ = stream_id; in GenTask()
|