Commit 8cb8690d authored by Davis King's avatar Davis King

clarified spec

parent a79e7cf6
......@@ -75,8 +75,8 @@ namespace dlib
- Converts the output of the provided network to label_type objects and
stores the results into the range indicated by iter. In particular, for
all valid i, it will be the case that:
*(iter+i/sample_expansion_factor) is the element corresponding to the
output of sub for the ith sample in input_tensor.
*(iter+i/sample_expansion_factor) is populated based on the output of
sub and corresponds to the ith sample in input_tensor.
!*/
template <
......
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