Skip to content

Commit 5b3f489

Browse files
committed
export layers
1 parent ca01b91 commit 5b3f489

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pyjuice/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
# TensorCircuit
1313
from pyjuice.model import compile, TensorCircuit
1414

15+
# TensorCircuit layers
16+
from pyjuice.layer import InputLayer, ProdLayer, SumLayer
17+
1518
# Construction methods
1619
from pyjuice.nodes import multiply, summate, inputs, set_block_size, structural_properties
1720

0 commit comments

Comments
 (0)