| 39 | } |
| 40 | |
| 41 | PoolingLayerInfo PoolingLayerNode::pooling_info() const |
| 42 | { |
| 43 | return _info; |
| 44 | } |
| 45 | |
| 46 | TensorDescriptor PoolingLayerNode::compute_output_descriptor(const TensorDescriptor &input_descriptor, |
| 47 | PoolingLayerInfo info) |
no outgoing calls
no test coverage detected