src.tests.vl3dpp_hierarchical_sparse_grid_test
Classes
- class src.tests.vl3dpp_hierarchical_sparse_grid_test.VL3DPPHierarchicalSparseGridTest
- Author:
Alberto M. Esmoris Pena
Deep learning pre-processor test that checks the C++ implementation of the hierarchical sparse grid (SG) pre-processors for deep learning models.
- __init__()
Basic configuration for any VL3D test.
- Parameters:
name (str) – Test name
- run()
Run C++ deep learning hierarchical sparse grid test.
- Returns:
True if the C++ hierarchical sparse grid works as expected for the test cases, False otherwise.
- Return type:
bool