Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dmkl_util_test.cc92 lru_cache.SetOp(std::to_string(k), new int(k)); in TEST()
Dmkl_util.h1721 void SetOp(const string& key, T* op) { in SetOp() function
1801 void SetOp(const string& key, MklPrimitive* op) { in SetOp() function
1803 lru_cache.SetOp(key, op); in SetOp()
1980 this->SetOp(key, op); in SetReorder()
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_softmax_op.cc187 this->SetOp(key, op); in SetSoftmaxFwd()
Dmkl_pooling_ops_common.h207 this->SetOp(key, op); in SetPoolingFwd()
351 this->SetOp(key, op); in SetPoolingBwd()
Dmkl_matmul_ops_common.h377 this->SetOp(key, op); in SetMklDnnMatMulFwd()
690 this->SetOp(key, op); in SetMklMatMul()
Dmkl_quantize_op.cc207 this->SetOp(key, op); in SetReorder()
Dmkl_slice_op.cc307 this->SetOp(key, op); in SetReorder()
Dmkl_conv_grad_input_ops.cc299 this->SetOp(key, op); in SetConvBwdInput()
Dmkl_relu_op.cc212 this->SetOp(key, op); in SetEltwiseFwd()
424 this->SetOp(key, op); in SetEltwiseBwd()
Dmkl_conv_grad_filter_ops.cc355 this->SetOp(key, op); in SetConvBwdFilter()
Dmkl_fused_batch_norm_op.cc373 this->SetOp(key, op); in SetBatchNormFwd()
630 this->SetOp(key, op); in SetBatchNormBwd()
Dmkl_concat_op.cc435 this->SetOp(key, op); in SetConcatFwd()
Dmkl_conv_ops.cc408 this->SetOp(key, op); in SetConvFwd()