mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fixed typo in spec.
This commit is contained in:
parent
f00ec0cb1e
commit
6081fea5fa
@ -134,7 +134,7 @@ namespace dlib
|
|||||||
calling host().
|
calling host().
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
float float* host_write_only(
|
virtual float* host_write_only(
|
||||||
) = 0;
|
) = 0;
|
||||||
/*!
|
/*!
|
||||||
ensures
|
ensures
|
||||||
@ -174,7 +174,7 @@ namespace dlib
|
|||||||
host() will perform a device to host transfer.
|
host() will perform a device to host transfer.
|
||||||
!*/
|
!*/
|
||||||
|
|
||||||
float float* device_write_only(
|
virtual float* device_write_only(
|
||||||
) = 0;
|
) = 0;
|
||||||
/*!
|
/*!
|
||||||
requires
|
requires
|
||||||
|
Loading…
Reference in New Issue
Block a user