Updated spec

This commit is contained in:
Davis King 2017-10-20 21:45:14 -04:00
parent 540f47409e
commit 261f12d4ea
1 changed files with 2 additions and 0 deletions

View File

@ -2138,6 +2138,8 @@ namespace dlib
template <typename SUBNET> void setup (const SUBNET& sub);
template <typename SUBNET> void forward(const SUBNET& sub, resizable_tensor& output);
template <typename SUBNET> void backward(const tensor& gradient_input, SUBNET& sub, tensor& params_grad);
dpoint map_input_to_output(dpoint p) const;
dpoint map_output_to_input(dpoint p) const;
const tensor& get_layer_params() const;
tensor& get_layer_params();
/*!