MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / MAX_POOL_2D_param

Function MAX_POOL_2D_param

include/common/daq_generated.h:5679–5681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5677 return GetPointer<const AVERAGE_POOL_2D *>(VT_AVERAGE_POOL_2D_PARAM);
5678 }
5679 const MAX_POOL_2D *MAX_POOL_2D_param() const {
5680 return GetPointer<const MAX_POOL_2D *>(VT_MAX_POOL_2D_PARAM);
5681 }
5682 const RELU *RELU_param() const {
5683 return GetPointer<const RELU *>(VT_RELU_PARAM);
5684 }

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected