mirror of https://github.com/davisking/dlib.git
Fixed minor bug
This commit is contained in:
parent
c79ae7d43c
commit
1717605b7b
|
@ -250,9 +250,9 @@ namespace dlib { namespace tt
|
|||
!*/
|
||||
private:
|
||||
#ifdef DLIB_USE_CUDA
|
||||
cuda::batch_normalize_conv_gradient impl;
|
||||
cuda::batch_normalize_gradient impl;
|
||||
#else
|
||||
cpu::batch_normalize_conv_gradient impl;
|
||||
cpu::batch_normalize_gradient impl;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue