HomeSort by relevance Sort by last modified time
    Searched refs:extract_volume_patches (Results 1 - 2 of 2) 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/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 868 milliseconds