MCPcopy Index your code
hub / github.com/dmlc/dgl / _AXWb

Function _AXWb

tests/python/tensorflow/test_nn.py:23–26  ·  view source on GitHub ↗
(A, X, W, b)

Source from the content-addressed store, hash-verified

21
22
23def _AXWb(A, X, W, b):
24 X = tf.matmul(X, W)
25 Y = tf.reshape(tf.matmul(A, tf.reshape(X, (X.shape[0], -1))), X.shape)
26 return Y + b
27
28
29@pytest.mark.parametrize("out_dim", [1, 2])

Callers 1

test_graph_convFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected