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

  /external/eigen/unsupported/test/
cxx11_tensor_volume_patch.cpp 14 single_voxel_patch = tensor.extract_volume_patches(1, 1, 1);
23 single_voxel_patch_row_major = tensor_row_major.extract_volume_patches(1, 1, 1);
52 entire_volume_patch = tensor.extract_volume_patches(patch_z, patch_y, patch_x);
61 entire_volume_patch_row_major = tensor_row_major.extract_volume_patches(patch_z, patch_y, patch_x);
  /external/tensorflow/tensorflow/core/kernels/
eigen_cuboid_convolution.h 210 .extract_volume_patches(
217 .extract_volume_patches(kernelDepth, kernelRows, kernelCols,
eigen_backward_cuboid_convolutions.h 283 .extract_volume_patches(
292 .extract_volume_patches(kernelPlanes, kernelRows, kernelCols, 1, 1, 1,
595 .extract_volume_patches(
607 .extract_volume_patches(inputPlanes, inputRows, inputCols, 1, 1, 1,
eigen_pooling.h 250 .extract_volume_patches(patchPlanes, patchRows, patchCols, stridePlanes,
603 .extract_volume_patches(patchPlanes, patchRows, patchCols, stridePlanes,
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 712 extract_volume_patches(const Index patch_planes, const Index patch_rows, const Index patch_cols, function in class:Eigen::TensorBase
721 extract_volume_patches(const Index patch_planes, const Index patch_rows, const Index patch_cols, function in class:Eigen::TensorBase
    [all...]

Completed in 104 milliseconds