mirror of https://github.com/davisking/dlib.git
Updated spec
This commit is contained in:
parent
540f47409e
commit
261f12d4ea
|
@ -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();
|
||||
/*!
|
||||
|
|
Loading…
Reference in New Issue