"examples/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "0383941375cf520da026a44ab9b77677b58c05d3"
Commit ccfe985c authored by Davis King's avatar Davis King
Browse files

fixed spec

parent 68888c05
...@@ -54,7 +54,7 @@ namespace dlib ...@@ -54,7 +54,7 @@ namespace dlib
!*/ !*/
// sample_expansion_factor must be > 0 // sample_expansion_factor must be > 0
const static unsigned int sample_expansion_factor = 1; const static unsigned int sample_expansion_factor;
typedef whatever_type_to_tensor_expects input_type; typedef whatever_type_to_tensor_expects input_type;
template <typename input_iterator> template <typename input_iterator>
......
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