- 24 Aug, 2016 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 23 Aug, 2016 5 commits
-
-
Davis King authored
-
Davis King authored
expecting an array2d like object.
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 22 Aug, 2016 9 commits
-
-
Davis King authored
not destruct and recreate themselves when you switch devices. Instead, they keep a table of context objects, for each thread and device, reusing as necessary. This prevents churn in the context objects when you are switching back and forth between devices inside a single thread.
-
Davis King authored
-
Davis King authored
order if that's the memory layout of the argument.
-
Davis King authored
-
Davis King authored
with a tensor.
-
Davis King authored
-
Davis King authored
written to with assign_image(). However, you get an error if you try to assign an image with a different size.
-
Davis King authored
-
Davis King authored
-
- 17 Aug, 2016 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 16 Aug, 2016 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
compilation errors when they get pulled into the scope of template metaprogramming expressions.
-
Davis King authored
-
- 15 Aug, 2016 3 commits
-
-
Davis King authored
-
Davis King authored
rather than a compile time constant. This also removes it from the input layer interface since the DNN core infers its value at runtime, meaning users that define their own input layers don't need to specify it anymore.
-
Davis King authored
details objects can access each other. Also added the input_layer() global function for accessing the input layer specifically.
-
- 14 Aug, 2016 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
New versions of boost and cmake need to be told to look in boost's library folder to find boost's libraries when building on windows. Bizarre.
-
- 13 Aug, 2016 6 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-