Home
last modified time | relevance | path

Searched refs:CheckReorderToOpMem (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_input_conversion_op.cc149 input.CheckReorderToOpMem(input1_md, tensor_out, net, net_args, in Compute()
247 bool reordered = tf_input.CheckReorderToOpMem(output_mkl_md, tensor_out, in Compute()
Dmkl_tfconv_op.h111 input.CheckReorderToOpMem(output_tf_md, output_tensor, context), in ConvertMklToTf()
Dmkl_matmul_op_fused.cc218 src_mkl.CheckReorderToOpMem(matmul_pd.get()->src_desc(), in Compute()
245 weight_mkl.CheckReorderToOpMem(matmul_pd.get()->weights_desc(), in Compute()
Dmkl_reshape_op.cc171 if (dnn_data_input.CheckReorderToOpMem(output_tf_md, output_tensor, in Compute()
Dmkl_lrn_op.cc167 src_dnn_data.CheckReorderToOpMem(lrn_prim_desc.src_desc(), cpu_engine_); in Compute()
427 input_grad_dnn_data.CheckReorderToOpMem(lrn_bwd_prim_desc.diff_dst_desc(), in Compute()
431 orig_input_dnn_data.CheckReorderToOpMem(lrn_fwd_prim_desc.src_desc(), in Compute()
Dmkl_qmatmul_op.cc251 src.CheckReorderToOpMem(matmul_fwd_pd.get()->src_desc(), in Compute()
280 weight.CheckReorderToOpMem(matmul_fwd_pd.get()->weights_desc(), in Compute()
Dmkl_conv_grad_input_ops.cc464 filter.CheckReorderToOpMem(bwd_input_pd.get()->weights_desc(), in Compute()
476 diff_dst.CheckReorderToOpMem(bwd_input_pd.get()->diff_dst_desc(), in Compute()
Dmkl_fused_batch_norm_op.cc839 src.CheckReorderToOpMem(bn_fwd_pd->src_desc(), cpu_engine_, context); in Compute()
1195 reorder_diff_dst.CheckReorderToOpMem(src_md, cpu_engine_, context); in Compute()
1202 reorder_src.CheckReorderToOpMem(diff_dst_md, cpu_engine_, context); in Compute()
1229 diff_dst.CheckReorderToOpMem(bn_bwd_pd->diff_dst_desc(), cpu_engine_, in Compute()
1236 src.CheckReorderToOpMem(bn_bwd_pd->src_desc(), cpu_engine_, context); in Compute()
Dmkl_conv_ops.cc683 src.CheckReorderToOpMem(conv_fwd_pd->src_desc(), cpu_engine_, context); in Compute()
709 filter.CheckReorderToOpMem(conv_fwd_pd->weights_desc(), cpu_engine_, in Compute()
712 filter.CheckReorderToOpMem( in Compute()
1050 src->CheckReorderToOpMem(conv_prim_desc.src_desc(), cpu_engine_); in PrepareAndExecuteNet()
1054 filter->CheckReorderToOpMem(conv_prim_desc.weights_desc(), in PrepareAndExecuteNet()
1106 filter.CheckReorderToOpMem(conv_fwd_pd.get()->weights_desc(), in CacheFilter()
Dmkl_conv_grad_filter_ops.cc543 src.CheckReorderToOpMem(bwd_filter_pd->src_desc(), cpu_engine_, in Compute()
554 diff_dst.CheckReorderToOpMem(bwd_filter_pd->diff_dst_desc(), in Compute()
Dmkl_relu_op.cc488 src.CheckReorderToOpMem(eltwise_fwd_pd->src_desc(), cpu_engine, in Compute()
693 src.CheckReorderToOpMem(eltwise_bwd_pd.get()->diff_src_desc(), in Compute()
702 diff_dst.CheckReorderToOpMem(eltwise_bwd_pd.get()->diff_src_desc(), in Compute()
Dmkl_avgpooling_op.cc268 grad_dnn_data.CheckReorderToOpMem(pooling_bwd_pd->diff_dst_desc(), in Compute()
Dmkl_maxpooling_op.cc321 grad_dnn_data.CheckReorderToOpMem(pooling_bwd_pd->diff_dst_desc(), in Compute()
Dmkl_slice_op.cc436 src.CheckReorderToOpMem(op_md, cpu_engine, context); in ComputeMklSlice()
Dmkl_matmul_ops_common.h440 weight.CheckReorderToOpMem(matmul_fwd_pd.get()->weights_desc(), cpu_engine_, in CacheWeight()
Dmkl_concat_op.cc699 srcs[k].CheckReorderToOpMem(srcs_pd[k], cpu_engine, context); in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h650 bool status = input.CheckReorderToOpMem(output_tf_md, output_tf_tensor, in ConvertMklToTF()
1470 inline bool CheckReorderToOpMem(const memory::desc& op_md, in CheckReorderToOpMem() function
1487 inline bool CheckReorderToOpMem(const memory::desc& op_md,
1524 inline bool CheckReorderToOpMem(const memory::desc& op_md, in CheckReorderToOpMem() function
1546 inline bool CheckReorderToOpMem(const memory::desc& op_md,
1585 inline bool CheckReorderToOpMem(const memory::desc& op_md, in CheckReorderToOpMem() function
1591 return CheckReorderToOpMem(op_md, GetTensorBuffer(reorder_tensor), net, in CheckReorderToOpMem()
1599 inline bool CheckReorderToOpMem(const memory::desc& op_pd,
1603 return CheckReorderToOpMem(op_pd, GetTensorBuffer(reorder_tensor),