Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_stream.h34 class SomasStream {
36 using SomasStreamPtr = std::shared_ptr<SomasStream>;
45 explicit SomasStream(int64_t id) : id_(id) {} in SomasStream() function
46 SomasStream(const SomasStream &) = delete;
47 SomasStream &operator=(const SomasStream &) = delete;
48 ~SomasStream() = default;
Dsomas_node.h33 class SomasStream; variable
38 using SomasStreamPtr = std::shared_ptr<SomasStream>;
Dsomas_tensor.h32 class SomasStream; variable
63 using SomasStreamPtr = std::shared_ptr<SomasStream>;
Dsomas.cc401 stream = std::make_shared<SomasStream>(stream_id); in InitSomasStreamAndNode()