MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / pooling_info

Method pooling_info

src/graph/nodes/PoolingLayerNode.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41PoolingLayerInfo PoolingLayerNode::pooling_info() const
42{
43 return _info;
44}
45
46TensorDescriptor PoolingLayerNode::compute_output_descriptor(const TensorDescriptor &input_descriptor,
47 PoolingLayerInfo info)

Callers 4

validate_roi_align_layerFunction · 0.80
create_pooling_layerFunction · 0.80
create_roi_align_layerFunction · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected