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

Method PadLayer

arm_compute/graph/frontend/Layers.h:943–945  ·  view source on GitHub ↗

Construct a pad layer. * * @param[in] padding The padding for each spatial dimension of the input tensor. The pair padding[i] * specifies the front and the end padding in the i-th dimension. * @param[in] pad_value Padding value to use. Defaults to 0. */

Source from the content-addressed store, hash-verified

941 * @param[in] pad_value Padding value to use. Defaults to 0.
942 */
943 PadLayer(PaddingList padding, PixelValue pad_value = PixelValue()) : _padding(padding), _pad_value(pad_value)
944 {
945 }
946
947 NodeID create_layer(IStream &s) override
948 {

Callers

nothing calls this directly

Calls 1

PixelValueClass · 0.85

Tested by

no test coverage detected