mirror of https://github.com/davisking/dlib.git
Add little test
This commit is contained in:
parent
f71e49f28e
commit
0c415dbb4c
|
@ -58,6 +58,11 @@ namespace
|
|||
void perform_test (
|
||||
)
|
||||
{
|
||||
{
|
||||
cuda::cuda_data_ptr<float> nonconst;
|
||||
cuda::cuda_data_ptr<const float> const_ptr(nonconst);
|
||||
}
|
||||
|
||||
test_inv();
|
||||
{
|
||||
resizable_tensor a(4,3), b(3,4), c(3,3);
|
||||
|
|
Loading…
Reference in New Issue