Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops.cc1697 DataType summand_type = this->input_type(summand_idx); in ExtendConvFwdParams() local
1699 (summand_type == DT_QINT8) || (summand_type == DT_QUINT8); in ExtendConvFwdParams()
1718 if (summand_type == DT_QUINT8) { in ExtendConvFwdParams()
1747 DataType summand_type = this->input_type(summand_idx); in AllocateOutputTensor() local
1749 (summand_type == DT_QINT8) || (summand_type == DT_QUINT8); in AllocateOutputTensor()
1757 if (summand_type == DT_QINT8) { in AllocateOutputTensor()