- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it allowed to use the ippsTanh-method in-place, like:
float * ptr = ...;
ippsTanh_32f_A24(ptr, ptr, 100);
I didn't found any information in the documentation; i tested it and it seems to work!
Thanks and regards,
Daniel.
float * ptr = ...;
ippsTanh_32f_A24(ptr, ptr, 100);
I didn't found any information in the documentation; i tested it and it seems to work!
Thanks and regards,
Daniel.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Damiel,
although it made work it is not guaranteed by API. In IPP we have this quite straightforward approach: we provide special 'in-place' API where we can guarantee the function will work in that way.
Regards,
Vladimir
although it made work it is not guaranteed by API. In IPP we have this quite straightforward approach: we provide special 'in-place' API where we can guarantee the function will work in that way.
Regards,
Vladimir
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page