Home
last modified time | relevance | path

Searched refs:GetOp (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmkl_util_test.cc101 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()
Dmkl_util.h2087 T* GetOp(const string& key) { in GetOp() function
2175 MklPrimitive* GetOp(const string& key) { in GetOp() function
2177 return lru_cache.GetOp(key); in GetOp()
2346 return this->GetOp(key); in GetReorder()
/external/pdfium/core/fpdfapi/page/
Dcpdf_psengine.cpp131 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()
Dcpdf_psengine_unittest.cpp46 PDF_PSOP new_op = new_psop->GetOp(); in TEST()
Dcpdf_psengine.h76 PDF_PSOP GetOp() const { return m_op; } in GetOp() function
/external/tensorflow/tensorflow/core/kernels/
Dmkl_pooling_ops_common.h201 return this->GetOp(key); in GetPoolingFwd()
352 return this->GetOp(key); in GetPoolingBwd()
Dmkl_slice_op.cc295 return this->GetOp(key); in GetReorder()
Dmkl_fused_batch_norm_op.cc261 return this->GetOp(key); in GetBatchNormFwd()
485 return this->GetOp(key); in GetBatchNormBwd()
Dmkl_relu_op.cc213 return this->GetOp(key); in GetEltwiseFwd()
434 return this->GetOp(key); in GetEltwiseBwd()
Dmkl_conv_grad_input_ops.cc288 return this->GetOp(key); in GetConvBwdInput()
Dmkl_conv_grad_filter_ops.cc350 return this->GetOp(key); in GetConvBwdFilter()
Dmkl_conv_ops.cc401 return this->GetOp(key); in GetConvFwd()
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go1549 func (m *Query_Filter) GetOp() Query_Filter_Operator { func