Home
last modified time | relevance | path

Searched refs:m_offset_ (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/somas/
Dsomas_solver_alg.cc95 a.lb() = m_offset_; in findFirst()
103 … m_foot_print_next_->m_offset_ = std::max(m_foot_print_next_->m_offset_, *offset + block.m_size_); in findFirst()
136 *offset = m_offset_; in findOffset()
154 int64_t start_offset = static_cast<int64_t>(m_offset_); in findOffset()
192 size_t newoffset = m_offset_ + block->m_size_; in addElem()
197 MS_LOG(DEBUG) << "Creating footprint at offset: " << m_offset_; in addElem()
220 MS_LOG(DEBUG) << "Footprint blocks: " << m_starts_.size() << " \toffset: " << m_offset_; in printStats()
Dsomas_solver_alg.h123 m_offset_(0), in FootPrint()
138 const size_t getOffset() { return m_offset_; } in getOffset()
139 void setOffset(const size_t &offset) { m_offset_ = offset; } in setOffset()
148 size_t m_offset_; variable
/third_party/icu/icu4c/source/test/intltest/
Dsrchtest.cpp2303 uint32_t m_offset_; member in TestSearch
2310 m_offset_ = obj.m_offset_; in TestSearch()
2321 m_offset_ = 0; in TestSearch()
2333 m_offset_ = position; in setOffset()
2342 return m_offset_; in getOffset()
2355 return m_offset_ != that.m_offset_ || m_pattern_ != that.m_pattern_; in operator !=()
2363 m_offset_ = m_text_.length(); in handleNext()
2364 setMatchStart(m_offset_); in handleNext()
2369 m_offset_ = match; in handleNext()
2382 m_offset_ = 0; in handlePrev()
[all …]