Searched refs:SetElemType (Results 1 – 13 of 13) sorted by relevance
126 mkl_output_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()224 mkl_output_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()
147 output_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()
189 mkl_shape_output.SetElemType(MklDnnType<T>()); in Compute()
427 diff_src_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()547 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
221 output_mkl_shape.SetElemType(MklDnnType<T>()); in Compute()
207 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()457 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
651 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()703 output_mkl_shape.SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
461 output_mkl_shape->SetElemType(MklDnnType<T>()); in AllocateOutputTensor()
664 dnn_shape_dst.SetElemType(MklDnnType<T>()); in Compute()997 dnn_shape_diff_src.SetElemType(MklDnnType<T>()); in Compute()
511 dnn_shape_dst.SetElemType(MklDnnType<T>()); in Compute()673 dnn_shape_diff_src.SetElemType(MklDnnType<T>()); in Compute()
401 dnn_shape_dst.SetElemType(MklDnnType<T>()); in Compute()
1267 output_mkl_shape.SetElemType(MklDnnType<Toutput>()); in AllocateOutputTensor()1339 filter_mkl_shape.SetElemType(MklDnnType<Tfilter>()); in AllocateFilterOutputTensor()1779 summand_mkl_shape.SetElemType(MklDnnType<Toutput>()); in AllocateOutputTensor()
611 inline void SetElemType(memory::data_type dt) { data_.T_ = dt; } in SetElemType() function