Home
last modified time | relevance | path

Searched refs:SetOp (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dmkl_util_test.cc95 lru_cache.SetOp(std::to_string(k), new int(k)); in TEST()
Dmkl_util.h2100 void SetOp(const string& key, T* op) { in SetOp() function
2180 void SetOp(const string& key, MklPrimitive* op) { in SetOp() function
2182 lru_cache.SetOp(key, op); in SetOp()
2351 this->SetOp(key, op); in SetReorder()
/external/tensorflow/tensorflow/core/kernels/
Dmkl_pooling_ops_common.h206 this->SetOp(key, op); in SetPoolingFwd()
357 this->SetOp(key, op); in SetPoolingBwd()
Dmkl_slice_op.cc300 this->SetOp(key, op); in SetReorder()
Dmkl_fused_batch_norm_op.cc267 this->SetOp(key, op); in SetBatchNormFwd()
491 this->SetOp(key, op); in SetBatchNormBwd()
Dmkl_relu_op.cc219 this->SetOp(key, op); in SetEltwiseFwd()
441 this->SetOp(key, op); in SetEltwiseBwd()
Dmkl_conv_grad_input_ops.cc294 this->SetOp(key, op); in SetConvBwdInput()
Dmkl_conv_grad_filter_ops.cc356 this->SetOp(key, op); in SetConvBwdFilter()
Dmkl_conv_ops.cc406 this->SetOp(key, op); in SetConvFwd()