"git@developer.sourcefind.cn:OpenDAS/torch-sparce.git" did not exist on "18bd8b673680d79f184c61fcf17ddd136ea9588c"
Commit 6081fea5 authored by Davis King's avatar Davis King
Browse files

Fixed typo in spec.

parent f00ec0cb
......@@ -134,7 +134,7 @@ namespace dlib
calling host().
!*/
float float* host_write_only(
virtual float* host_write_only(
) = 0;
/*!
ensures
......@@ -174,7 +174,7 @@ namespace dlib
host() will perform a device to host transfer.
!*/
float float* device_write_only(
virtual float* device_write_only(
) = 0;
/*!
requires
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment