Home
last modified time | relevance | path

Searched refs:SetMklLayout (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_input_conversion_op.cc131 mkl_output_mkl_shape.SetMklLayout(&input1_md); in Compute()
232 mkl_output_mkl_shape.SetMklLayout(&output_mkl_md); in Compute()
Dmkl_dequantize_op_test.cc70 mkl_shape.SetMklLayout(&md); in CreateMklInput()
Dmkl_dequantize_op.cc110 output_mkl_shape.SetMklLayout(&dst_md); in Compute()
Dmkl_conv_grad_input_ops.cc445 diff_src_mkl_shape.SetMklLayout(&diff_src_pd); in Compute()
572 output_mkl_shape.SetMklLayout(&dst_pd); in AllocateOutputTensor()
Dmkl_aggregate_ops.cc223 output_mkl_shape.SetMklLayout(&output_pd); in Compute()
Dmkl_softmax_op.cc286 output_mkl_shape.SetMklLayout(&dst_pd); in Compute()
Dmkl_lrn_op.cc201 output_mkl_shape.SetMklLayout(&dst_pd); in AllocateOutputTensor()
463 output_mkl_shape.SetMklLayout(&dst_pd); in AllocateOutputTensor()
Dmkl_pooling_ops_common.h653 output_mkl_shape.SetMklLayout(&dst_pd); in AllocateOutputTensor()
705 output_mkl_shape.SetMklLayout(&dst_pd); in AllocateOutputTensor()
Dmkl_quantize_op.cc409 output_mkl_shape.SetMklLayout(&dst_md); in Compute()
Dmkl_slice_op.cc486 output_mkl_shape->SetMklLayout(output_pd); in AllocateOutputTensor()
Dmkl_relu_op.cc501 dnn_shape_dst.SetMklLayout(&dst_pd); in Compute()
712 dnn_shape_diff_src.SetMklLayout(&diff_src_pd); in Compute()
Dmkl_conv_ops.cc864 output_mkl_shape->SetMklLayout(&dst_md); in AllocateOutputTensor()
1019 filter_mkl_shape.SetMklLayout(&filter_md); in AllocateFilterOutputTensor()
1762 summand_mkl_shape.SetMklLayout(&dst_md); in AllocateOutputTensor()
Dmkl_fused_batch_norm_op.cc850 dnn_shape_dst.SetMklLayout(&dst_pd); in Compute()
1248 dnn_shape_diff_src.SetMklLayout(&diff_src_pd); in Compute()
Dmkl_matmul_ops_common.h399 output_mkl_shape.SetMklLayout(&dst_pd); in AllocateOutputTensor()
Dmkl_concat_op.cc725 dnn_shape_dst.SetMklLayout(&dst_pd); in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h425 inline void SetMklLayout(memory::desc* md) { in SetMklLayout() function