Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_input_conversion_op.cc125 mkl_output_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()
226 mkl_output_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()
Dmkl_dequantize_op_test.cc71 mkl_shape.SetElemType(MklDnnType<uint8>()); in CreateMklInput()
Dmkl_dequantize_op.cc111 output_mkl_shape.SetElemType(MklDnnType<float>()); in Compute()
Dmkl_conv_grad_input_ops.cc446 diff_src_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()
573 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
Dmkl_aggregate_ops.cc224 output_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()
Dmkl_softmax_op.cc287 output_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()
Dmkl_lrn_op.cc202 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
464 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
Dmkl_pooling_ops_common.h654 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
706 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
Dmkl_quantize_op.cc410 output_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()
Dmkl_slice_op.cc487 output_mkl_shape->SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
Dmkl_relu_op.cc502 dnn_shape_dst.SetElemType(MklDnnType<T>()); in Compute()
713 dnn_shape_diff_src.SetElemType(MklDnnType<T>()); in Compute()
Dmkl_conv_ops.cc865 output_mkl_shape->SetElemType(MklDnnType<Toutput>()); in AllocateOutputTensor()
1020 filter_mkl_shape.SetElemType(MklDnnType<Tfilter>()); in AllocateFilterOutputTensor()
1763 summand_mkl_shape.SetElemType(MklDnnType<Toutput>()); in AllocateOutputTensor()
Dmkl_fused_batch_norm_op.cc851 dnn_shape_dst.SetElemType(MklDnnType<T>()); in Compute()
1249 dnn_shape_diff_src.SetElemType(MklDnnType<T>()); in Compute()
Dmkl_matmul_ops_common.h400 output_mkl_shape.SetElemType(MklDnnType<Toutput>()); in AllocateOutputTensor()
Dmkl_concat_op.cc726 dnn_shape_dst.SetElemType(MklDnnType<T>()); in Compute()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h422 inline void SetElemType(memory::data_type dt) { data_.T_ = dt; } in SetElemType() function