Home
last modified time | relevance | path

Searched refs:source_stream_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_tensor.h94 SomasStreamPtr GetSourceStream() const { return source_stream_; } in GetSourceStream()
122 SomasStreamPtr const source_stream_; variable
Dsomas_tensor.cc32 source_stream_(std::move(source_stream)), in SomasTensor()