MCPcopy Create free account
hub / github.com/tensorflow/lingvo / DepthwiseConv2D

Method DepthwiseConv2D

lingvo/core/conv_layers_builder.py:249–283  ·  view source on GitHub ↗
(self,
                      name,
                      in_dim,
                      depth_multiplier,
                      filter_shape,
                      stride=None,
                      dilation=None,
                      activation='RELU',
                      conv_last=False,
                      is_causal=False,
                      qdomain=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

LConvMethod · 0.95
testDepthConvGnMethod · 0.80
_DepthwiseConv2DMethod · 0.80

Calls 7

_MaybeNormMethod · 0.95
_ActivationMethod · 0.95
_RawDepthwiseConv2DMethod · 0.95
_BiasMethod · 0.95
_PaddingMethod · 0.95
_NormOrBiasMethod · 0.95
_SeqMethod · 0.45

Tested by 2

testDepthConvGnMethod · 0.64