|
OpenNN
Open-source neural networks library
|
This is the complete list of members for opennn::Pool, including all inherited members.
| apply(const TensorView &input, TensorView &output, TensorView &maximal_indices, bool is_training) | opennn::Pool | |
| apply_delta(const TensorView &input, const TensorView &output, const TensorView &output_delta, const TensorView &maximal_indices, TensorView &input_delta) const | opennn::Pool | |
| column_stride | opennn::Pool | |
| destroy_cuda() override | opennn::Pool | virtual |
| forward_propagate(ForwardPropagation &fp, size_t layer, bool is_training) noexcept override | opennn::Pool | virtual |
| from_JSON(const Json *) | opennn::Operator | inlinevirtual |
| input_channels | opennn::Pool | |
| input_height | opennn::Pool | |
| input_slots | opennn::Operator | |
| input_width | opennn::Pool | |
| link_gradients(const vector< TensorView > &) | opennn::Operator | inlinevirtual |
| link_parameters(const vector< TensorView > &) | opennn::Operator | inlinevirtual |
| link_states(const vector< TensorView > &) | opennn::Operator | inlinevirtual |
| load_state_from_JSON(const Json *) | opennn::Operator | inlinevirtual |
| method | opennn::Pool | |
| operator=(const Pool &)=delete | opennn::Pool | |
| output_slots | opennn::Operator | |
| padding_height | opennn::Pool | |
| padding_width | opennn::Pool | |
| parameter_specs() const | opennn::Operator | inlinevirtual |
| Pool()=default | opennn::Pool | |
| Pool(const Pool &)=delete | opennn::Pool | |
| pool_height | opennn::Pool | |
| pool_width | opennn::Pool | |
| row_stride | opennn::Pool | |
| set(Index input_h, Index input_w, Index input_c, Index pool_h, Index pool_w, Index row_stride, Index column_stride, Index padding_h, Index padding_w, int method) | opennn::Pool | |
| set_parameters_glorot() | opennn::Operator | inlinevirtual |
| set_parameters_random() | opennn::Operator | inlinevirtual |
| state_specs() const | opennn::Operator | inlinevirtual |
| to_JSON(JsonWriter &) const | opennn::Operator | inlinevirtual |
| ~Operator()=default | opennn::Operator | virtual |
| ~Pool() override | opennn::Pool | inline |