HomeSort by relevance Sort by last modified time
    Searched refs:inputRows (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
eigen_backward_cuboid_convolutions.h 90 typename internal::traits<OutputBackward>::Index inputRows,
147 0, ((outputRows - 1) * row_stride + kernelRowsEff - inputRows) / 2);
158 const TensorIndex padding_bottom = inputRows - (outputRows - 1) * row_stride -
229 pre_contract_dims[1] = inputPlanes * inputRows * inputCols;
236 pre_contract_dims[0] = inputPlanes * inputRows * inputCols;
259 post_contract_dims[2] = inputRows;
267 post_contract_dims[NumDims - 3] = inputRows;
426 const TensorIndex inputRows =
460 0, (outputRows - 1) * strideRows + kernelRowsEff - inputRows);
473 const auto padded_out_rows = inputRows + kernelRows - 1
    [all...]
eigen_backward_spatial_convolutions.h 100 typename internal::traits<OutputBackward>::Index inputRows,
152 0, ((outputRows - 1) * row_stride + kernelRowsEff - inputRows) / 2);
158 const TensorIndex padding_bottom = inputRows - (outputRows - 1) * row_stride -
229 pre_contract_dims[1] = inputRows * inputCols;
235 pre_contract_dims[0] = inputRows * inputCols;
257 post_contract_dims[1] = inputRows;
264 post_contract_dims[NumDims - 2] = inputRows;
379 const TensorIndex inputRows =
410 0, (outputRows - 1) * row_stride + kernelRowsEff - inputRows);
eigen_volume_patch.h 388 const Index inputRows[2] = {
392 if (inputRows[1] < 0 || inputRows[0] >= m_inputRows) {
396 if (inputRows[0] != inputRows[1]) {
423 const Index inputIndex = depth + inputRows[0] * m_rowInputStride +
eigen_cuboid_convolution.h 487 const Index inputRows[2] = {rowIndex + rowOffsets[0],
490 if (inputRows[0] >= m_inputRows || inputRows[1] < 0) {
494 if (inputRows[0] == inputRows[1]) {
512 inputRows[0] * m_rowInputStride +
    [all...]
eigen_spatial_convolutions-inl.h 386 const Index inputRows[2] = {rowIndex + rowOffsets[0],
389 if (inputRows[0] >= m_inputRows || inputRows[1] < 0) {
394 if (inputRows[0] >= 0 && inputRows[1] < m_inputRows) {
397 const Index inputIndex = depth + inputRows[0] * m_rowInputStride +
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorImagePatch.h 402 const Index inputRows[2] = {rowIndex * m_row_strides + rowOffsets[0] -
405 if (inputRows[1] < 0 || inputRows[0] >= m_inputRows) {
409 if (inputRows[0] >= 0 && inputRows[1] < m_inputRows) {
413 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + inputCols[0] * m_colInputStride + otherIndex * m_patchInputStride;
TensorVolumePatch.h 457 const Index inputRows[2] = {
461 if (inputRows[1] < 0 || inputRows[0] >= m_inputRows) {
465 if (inputRows[0] != inputRows[1]) {
487 inputRows[0] * m_rowInputStride +
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]

Completed in 82 milliseconds