MCPcopy Create free account
hub / github.com/clab/dynet / WeightNormalization

Method WeightNormalization

dynet/nodes-normalization.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9// y = x_1 * x_2
10struct WeightNormalization : public Node {
11 explicit WeightNormalization(const std::initializer_list<VariableIndex>& a) : Node(a) {}
12 virtual bool supports_multibatch() const override { return false; }
13 DYNET_NODE_DEFINE_DEV_IMPL()
14};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected