Searched refs:GetOp (Results 1 – 13 of 13) sorted by relevance
101 EXPECT_EQ(nullptr, lru_cache.GetOp(std::to_string(k))); in TEST()107 int* int_ptr = lru_cache.GetOp(std::to_string(k)); in TEST()117 EXPECT_EQ(nullptr, lru_cache.GetOp(std::to_string(k))); in TEST()
2087 T* GetOp(const string& key) { in GetOp() function2175 MklPrimitive* GetOp(const string& key) { in GetOp() function2177 return lru_cache.GetOp(key); in GetOp()2346 return this->GetOp(key); in GetReorder()
131 const PDF_PSOP op = m_Operators[i]->GetOp(); in Execute()141 if (i == 0 || m_Operators[i - 1]->GetOp() != PSOP_PROC) in Execute()147 if (i < 2 || m_Operators[i - 1]->GetOp() != PSOP_PROC || in Execute()148 m_Operators[i - 2]->GetOp() != PSOP_PROC) { in Execute()
46 PDF_PSOP new_op = new_psop->GetOp(); in TEST()
76 PDF_PSOP GetOp() const { return m_op; } in GetOp() function
201 return this->GetOp(key); in GetPoolingFwd()352 return this->GetOp(key); in GetPoolingBwd()
295 return this->GetOp(key); in GetReorder()
261 return this->GetOp(key); in GetBatchNormFwd()485 return this->GetOp(key); in GetBatchNormBwd()
213 return this->GetOp(key); in GetEltwiseFwd()434 return this->GetOp(key); in GetEltwiseBwd()
288 return this->GetOp(key); in GetConvBwdInput()
350 return this->GetOp(key); in GetConvBwdFilter()
401 return this->GetOp(key); in GetConvFwd()
1549 func (m *Query_Filter) GetOp() Query_Filter_Operator { func