Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h216 m_input_cols_eff = (m_inputCols - 1) * m_col_inflate_strides + 1;
222 …m_outputCols = numext::ceil((m_input_cols_eff + op.padding_left() + op.padding_right() - m_patch_c…
230 …m_outputCols = numext::ceil((m_input_cols_eff - m_patch_cols_eff + 1.f) / static_cast<float>(m_col…
233 …xt::maxi<Index>(0, ((m_outputCols - 1) * m_col_strides + m_patch_cols_eff - m_input_cols_eff) / 2);
237 m_outputCols = numext::ceil(m_input_cols_eff / static_cast<float>(m_col_strides));
240 … m_colPaddingLeft = ((m_outputCols - 1) * m_col_strides + m_patch_cols_eff - m_input_cols_eff) / 2;
302 m_fastInputColsEff = internal::TensorIntDivisor<Index>(m_input_cols_eff);
340 if (inputCol < 0 || inputCol >= m_input_cols_eff ||
473 Index m_input_cols_eff;
DTensorVolumePatch.h224 m_input_cols_eff = (m_inputCols - 1) * m_col_inflate_strides + 1;
232 …m_outputCols = numext::ceil((m_input_cols_eff + op.padding_left() + op.padding_right() - m_patch_c…
242 …m_outputCols = numext::ceil((m_input_cols_eff - m_patch_cols_eff + 1.f) / static_cast<float>(m_col…
250 m_outputCols = numext::ceil(m_input_cols_eff / static_cast<float>(m_col_strides));
253 const Index dx = m_outputCols * m_col_strides + m_patch_cols_eff - 1 - m_input_cols_eff;
331 m_fastInputColsEff = internal::TensorIntDivisor<Index>(m_input_cols_eff);
371 if (inputCol < 0 || inputCol >= m_input_cols_eff ||
571 Index m_input_cols_eff;
/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h90 m_input_cols_eff = (m_inputCols - 1) * m_col_inflate_strides + 1; in CustomTensorEvaluator()
110 m_input_cols_eff + in CustomTensorEvaluator()
125 m_outputCols = Eigen::divup(m_input_cols_eff - m_patch_cols_eff + 1, in CustomTensorEvaluator()
134 m_outputCols = Eigen::divup(m_input_cols_eff, m_col_strides); in CustomTensorEvaluator()
143 m_input_cols_eff); in CustomTensorEvaluator()
226 m_fastInputColsEff = internal::TensorIntDivisor<Index>(m_input_cols_eff); in CustomTensorEvaluator()
277 if (inputCol < 0 || inputCol >= m_input_cols_eff || in coeff()
487 if (inputCol < 0 || inputCol >= m_input_cols_eff || in coeff()
601 Index m_input_cols_eff; member