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

Method _Rep

lingvo/core/builder.py:108–127  ·  view source on GitHub ↗

r"""Connects sub-layers sequentially and repeat multiple times. E.g., _Rep('foo', 2, sa, sb, sc) constructs a layer with 6 layers sequentially connected: [sa1, sb1, sc1, sa2, sb2, sc2]. sa1 and sa2 have the same structure as the given sa, but sa1 and sa2 do not share the same weigh

(self, name, repeat, *subs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testCostEstimateMethod · 0.45

Calls 2

_SeqMethod · 0.95
CopyMethod · 0.45

Tested by 1

testCostEstimateMethod · 0.36