Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h271 const Index inputCol = colIndex * m_col_strides + in coeff() local
275 ? inputCol in coeff()
276 : ((inputCol >= 0) ? (inputCol / m_fastInputColStride) : 0); in coeff()
277 if (inputCol < 0 || inputCol >= m_input_cols_eff || in coeff()
279 (inputCol != origInputCol * m_col_inflate_strides))) { in coeff()
481 const Index inputCol = colIndex * m_col_strides + in coeff() local
485 ? inputCol in coeff()
486 : ((inputCol >= 0) ? (inputCol / m_fastInputColStride) : 0); in coeff()
487 if (inputCol < 0 || inputCol >= m_input_cols_eff || in coeff()
489 (inputCol != origInputCol * m_col_inflate_strides))) { in coeff()
Deigen_spatial_convolutions-inl.h289 const Index inputCol = colIndex + colOffset * m_in_col_strides; in loadCoeff() local
292 ? inputCol in loadCoeff()
293 : ((inputCol >= 0) ? (inputCol / m_fastInputColStride) : 0); in loadCoeff()
303 (inputCol != origInputCol * m_patch_col_inflate_strides) || in loadCoeff()
325 const Index inputCol = colIndex + colOffset; in loadCoeffStandard() local
327 if (inputCol < 0 || inputCol >= m_inputCols || inputRow < 0 || in loadCoeffStandard()
333 inputCol * m_colInputStride + otherIndex; in loadCoeffStandard()
422 const Index inputCol = colIndex + colOffset; in loadPacketFast() local
424 if (inputCol < 0 || inputRow < 0 || inputCol >= m_inputCols || in loadPacketFast()
432 inputCol * m_colInputStride + otherIndex; in loadPacketFast()
Deigen_cuboid_convolution.h358 const Index inputCol = colIndex + colOffset * m_in_col_strides; in loadCoeff() local
361 ? inputCol in loadCoeff()
362 : ((inputCol >= 0) ? (inputCol / m_fastInputColStride) : 0); in loadCoeff()
383 (inputCol != origInputCol * m_patch_col_inflate_strides) || in loadCoeff()
414 const Index inputCol = colIndex + colOffset; in loadCoeffStandard() local
418 if (inputCol < 0 || inputCol >= m_inputCols || inputRow < 0 || in loadCoeffStandard()
427 inputCol * m_colInputStride + otherIndex; in loadCoeffStandard()
546 const Index inputCol = colIndex + colOffset; in loadPacketFast() local
550 if (inputCol < 0 || inputRow < 0 || inputPlane < 0 || in loadPacketFast()
551 inputCol >= m_inputCols || inputRow >= m_inputRows || in loadPacketFast()
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorImagePatch.h338 … const Index inputCol = colIndex * m_col_strides + colOffset * m_in_col_strides - m_colPaddingLeft;
339 …onst Index origInputCol = (m_col_inflate_strides == 1) ? inputCol : ((inputCol >= 0) ? (inputCol /…
340 if (inputCol < 0 || inputCol >= m_input_cols_eff ||
341 ((m_col_inflate_strides != 1) && (inputCol != origInputCol * m_col_inflate_strides))) {
DTensorVolumePatch.h369 … const Index inputCol = colIndex * m_col_strides + colOffset * m_in_col_strides - m_colPaddingLeft;
370 …onst Index origInputCol = (m_col_inflate_strides == 1) ? inputCol : ((inputCol >= 0) ? (inputCol /…
371 if (inputCol < 0 || inputCol >= m_input_cols_eff ||
372 ((m_col_inflate_strides != 1) && (inputCol != origInputCol * m_col_inflate_strides))) {