From dd62f54012e36877a7038f8c38eddab50ee1d5ba Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 11 May 2024 17:42:51 +0000 Subject: [PATCH] Deployed 57456fb with MkDocs version: 1.6.0 --- .nojekyll | 0 404.html | 762 ++ api_reference/index.html | 8898 +++++++++++++++++ assets/_mkdocstrings.css | 119 + assets/images/favicon.png | Bin 0 -> 1870 bytes assets/javascripts/bundle.a7c05c9e.min.js | 29 + assets/javascripts/bundle.a7c05c9e.min.js.map | 7 + assets/javascripts/lunr/min/lunr.ar.min.js | 1 + assets/javascripts/lunr/min/lunr.da.min.js | 18 + assets/javascripts/lunr/min/lunr.de.min.js | 18 + assets/javascripts/lunr/min/lunr.du.min.js | 18 + assets/javascripts/lunr/min/lunr.el.min.js | 1 + assets/javascripts/lunr/min/lunr.es.min.js | 18 + assets/javascripts/lunr/min/lunr.fi.min.js | 18 + assets/javascripts/lunr/min/lunr.fr.min.js | 18 + assets/javascripts/lunr/min/lunr.he.min.js | 1 + assets/javascripts/lunr/min/lunr.hi.min.js | 1 + assets/javascripts/lunr/min/lunr.hu.min.js | 18 + assets/javascripts/lunr/min/lunr.hy.min.js | 1 + assets/javascripts/lunr/min/lunr.it.min.js | 18 + assets/javascripts/lunr/min/lunr.ja.min.js | 1 + assets/javascripts/lunr/min/lunr.jp.min.js | 1 + assets/javascripts/lunr/min/lunr.kn.min.js | 1 + assets/javascripts/lunr/min/lunr.ko.min.js | 1 + assets/javascripts/lunr/min/lunr.multi.min.js | 1 + assets/javascripts/lunr/min/lunr.nl.min.js | 18 + assets/javascripts/lunr/min/lunr.no.min.js | 18 + assets/javascripts/lunr/min/lunr.pt.min.js | 18 + assets/javascripts/lunr/min/lunr.ro.min.js | 18 + assets/javascripts/lunr/min/lunr.ru.min.js | 18 + assets/javascripts/lunr/min/lunr.sa.min.js | 1 + .../lunr/min/lunr.stemmer.support.min.js | 1 + assets/javascripts/lunr/min/lunr.sv.min.js | 18 + assets/javascripts/lunr/min/lunr.ta.min.js | 1 + assets/javascripts/lunr/min/lunr.te.min.js | 1 + assets/javascripts/lunr/min/lunr.th.min.js | 1 + assets/javascripts/lunr/min/lunr.tr.min.js | 18 + assets/javascripts/lunr/min/lunr.vi.min.js | 1 + assets/javascripts/lunr/min/lunr.zh.min.js | 1 + assets/javascripts/lunr/tinyseg.js | 206 + assets/javascripts/lunr/wordcut.js | 6708 +++++++++++++ .../workers/search.b8dbb3d2.min.js | 42 + .../workers/search.b8dbb3d2.min.js.map | 7 + assets/stylesheets/main.66ac8b77.min.css | 1 + assets/stylesheets/main.66ac8b77.min.css.map | 1 + assets/stylesheets/palette.06af60db.min.css | 1 + .../stylesheets/palette.06af60db.min.css.map | 1 + changelog/index.html | 1228 +++ css/custom.css | 10 + .../dask_reusing_intermediaries/index.html | 870 ++ examples/large_expr_with_greedy/index.html | 1000 ++ getting_started/backends/index.html | 1347 +++ getting_started/input_format/index.html | 956 ++ getting_started/install/index.html | 940 ++ getting_started/reusing_paths/index.html | 1027 ++ .../sharing_intermediates/index.html | 834 ++ img/ex_dask_reuse_graph.png | Bin 0 -> 100529 bytes img/path_finding_time.png | Bin 0 -> 175395 bytes img/path_found_flops.png | Bin 0 -> 211269 bytes img/path_found_flops_random.png | Bin 0 -> 649480 bytes index.html | 1000 ++ javascript/config.js | 16 + objects.inv | Bin 0 -> 475 bytes paths/branching_path/index.html | 904 ++ paths/custom_paths/index.html | 959 ++ paths/dp_path/index.html | 935 ++ paths/greedy_path/index.html | 953 ++ paths/introduction/index.html | 1054 ++ paths/optimal_path/index.html | 834 ++ paths/random_greedy_path/index.html | 995 ++ reference/api.rst | 22 + requirements.yml | 11 + search/search_index.json | 1 + sitemap.xml | 3 + sitemap.xml.gz | Bin 0 -> 127 bytes 75 files changed, 32968 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 api_reference/index.html create mode 100644 assets/_mkdocstrings.css create mode 100644 assets/images/favicon.png create mode 100644 assets/javascripts/bundle.a7c05c9e.min.js create mode 100644 assets/javascripts/bundle.a7c05c9e.min.js.map create mode 100644 assets/javascripts/lunr/min/lunr.ar.min.js create mode 100644 assets/javascripts/lunr/min/lunr.da.min.js create mode 100644 assets/javascripts/lunr/min/lunr.de.min.js create mode 100644 assets/javascripts/lunr/min/lunr.du.min.js create mode 100644 assets/javascripts/lunr/min/lunr.el.min.js create mode 100644 assets/javascripts/lunr/min/lunr.es.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.he.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hu.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hy.min.js create mode 100644 assets/javascripts/lunr/min/lunr.it.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ja.min.js create mode 100644 assets/javascripts/lunr/min/lunr.jp.min.js create mode 100644 assets/javascripts/lunr/min/lunr.kn.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ko.min.js create mode 100644 assets/javascripts/lunr/min/lunr.multi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.nl.min.js create mode 100644 assets/javascripts/lunr/min/lunr.no.min.js create mode 100644 assets/javascripts/lunr/min/lunr.pt.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ro.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ru.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sa.min.js create mode 100644 assets/javascripts/lunr/min/lunr.stemmer.support.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sv.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ta.min.js create mode 100644 assets/javascripts/lunr/min/lunr.te.min.js create mode 100644 assets/javascripts/lunr/min/lunr.th.min.js create mode 100644 assets/javascripts/lunr/min/lunr.tr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.vi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.zh.min.js create mode 100644 assets/javascripts/lunr/tinyseg.js create mode 100644 assets/javascripts/lunr/wordcut.js create mode 100644 assets/javascripts/workers/search.b8dbb3d2.min.js create mode 100644 assets/javascripts/workers/search.b8dbb3d2.min.js.map create mode 100644 assets/stylesheets/main.66ac8b77.min.css create mode 100644 assets/stylesheets/main.66ac8b77.min.css.map create mode 100644 assets/stylesheets/palette.06af60db.min.css create mode 100644 assets/stylesheets/palette.06af60db.min.css.map create mode 100644 changelog/index.html create mode 100644 css/custom.css create mode 100644 examples/dask_reusing_intermediaries/index.html create mode 100644 examples/large_expr_with_greedy/index.html create mode 100644 getting_started/backends/index.html create mode 100644 getting_started/input_format/index.html create mode 100644 getting_started/install/index.html create mode 100644 getting_started/reusing_paths/index.html create mode 100644 getting_started/sharing_intermediates/index.html create mode 100644 img/ex_dask_reuse_graph.png create mode 100644 img/path_finding_time.png create mode 100644 img/path_found_flops.png create mode 100644 img/path_found_flops_random.png create mode 100644 index.html create mode 100644 javascript/config.js create mode 100644 objects.inv create mode 100644 paths/branching_path/index.html create mode 100644 paths/custom_paths/index.html create mode 100644 paths/dp_path/index.html create mode 100644 paths/greedy_path/index.html create mode 100644 paths/introduction/index.html create mode 100644 paths/optimal_path/index.html create mode 100644 paths/random_greedy_path/index.html create mode 100644 reference/api.rst create mode 100644 requirements.yml create mode 100644 search/search_index.json create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/404.html b/404.html new file mode 100644 index 00000000..a35f2646 --- /dev/null +++ b/404.html @@ -0,0 +1,762 @@ + + + +
+ + + + + + + + + + + + + + +opt_einsum.contract
Contains the primary optimization and contraction routines.
+ + + +ContractExpression
+
+
+Helper class for storing an explicit contraction_list
which can
+then be repeatedly called solely with the array arguments.
opt_einsum/contract.py
681 +682 +683 +684 +685 +686 +687 +688 +689 +690 +691 +692 +693 +694 +695 +696 +697 +698 +699 +700 +701 +702 +703 +704 +705 +706 +707 +708 +709 +710 +711 +712 +713 +714 +715 +716 +717 +718 +719 +720 +721 +722 +723 +724 +725 +726 +727 +728 +729 +730 +731 +732 +733 +734 +735 +736 +737 +738 +739 +740 +741 +742 +743 +744 +745 +746 +747 +748 +749 +750 +751 +752 +753 +754 +755 +756 +757 +758 +759 +760 +761 +762 +763 +764 +765 +766 +767 +768 +769 +770 +771 +772 +773 +774 +775 +776 +777 +778 +779 +780 +781 +782 +783 +784 +785 +786 +787 +788 +789 +790 +791 +792 +793 +794 +795 +796 +797 +798 +799 +800 +801 +802 +803 +804 +805 +806 +807 +808 +809 +810 +811 +812 +813 +814 +815 +816 +817 +818 +819 +820 +821 +822 +823 +824 +825 +826 +827 +828 +829 +830 +831 +832 +833 +834 +835 +836 +837 +838 +839 +840 +841 +842 +843 +844 +845 +846 +847 +848 +849 +850 +851 +852 +853 +854 +855 +856 +857 +858 +859 +860 +861 +862 +863 +864 |
|
__call__(*arrays, **kwargs)
+
+Evaluate this expression with a set of arrays.
+arrays : seq of array
+ The arrays to supply as input to the expression.
+out : array, optional (default: None
)
+ If specified, output the result into this array.
+backend : str, optional (default: numpy
)
+ Perform the contraction with this backend library. If numpy arrays
+ are supplied then try to convert them to and from the correct
+ backend array type.
opt_einsum/contract.py
793 +794 +795 +796 +797 +798 +799 +800 +801 +802 +803 +804 +805 +806 +807 +808 +809 +810 +811 +812 +813 +814 +815 +816 +817 +818 +819 +820 +821 +822 +823 +824 +825 +826 +827 +828 +829 +830 +831 +832 +833 +834 +835 +836 +837 +838 +839 +840 +841 +842 +843 +844 +845 +846 +847 +848 |
|
evaluate_constants(backend='auto')
+
+Convert any constant operands to the correct backend form, and
+perform as many contractions as possible to create a new list of
+operands, stored in self._evaluated_constants[backend]
. This also
+makes sure self.contraction_list
only contains the remaining,
+non-const operations.
opt_einsum/contract.py
708 +709 +710 +711 +712 +713 +714 +715 +716 +717 +718 +719 +720 +721 +722 +723 +724 +725 +726 |
|
PathInfo
+
+
+A printable object to contain information about a contraction path.
+Attributes:
+opt_einsum/contract.py
22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 +84 +85 +86 +87 +88 +89 +90 +91 +92 +93 +94 +95 +96 |
|
contract(*operands_, **kwargs)
+
+Evaluates the Einstein summation convention on the operands. A drop in +replacement for NumPy's einsum function that optimizes the order of contraction +to reduce overall scaling at the cost of several intermediate arrays.
+ + + +Parameters:
+Name | +Type | +Description | +Default | +
---|---|---|---|
subscripts |
+ + | +
+
+
+ (str) Specifies the subscripts for summation. + |
+ + required + | +
\*operands |
+ + | +
+
+
+ (list of array_like) hese are the arrays for the operation. + |
+ + required + | +
out |
+ + | +
+
+
+ (array_like) A output array in which set the sresulting output. + |
+ + required + | +
optimize |
+
+ - *(str, list or bool, optional (default
+ |
+
+
+
+
|
+ + required + | +
memory_limit |
+
+ - *({None, int, 'max_input'} (default
+ |
+
+
+
+
The default is None. Note that imposing a limit can make contractions +exponentially slower to perform. + |
+ + required + | +
- |
+
+ backend - *(str, optional (default
+ |
+
+
+
+
|
+ + required + | +
Returns:
+Type | +Description | +
---|---|
+ ArrayType
+ |
+
+
+
+ The result of the einsum expression. + |
+
This function should produce a result identical to that of NumPy's einsum
+function. The primary difference is contract
will attempt to form
+intermediates which reduce the overall scaling of the given einsum contraction.
+By default the worst intermediate formed will be equal to that of the largest
+input array. For large einsum expressions with many input arrays this can
+provide arbitrarily large (1000 fold+) speed improvements.
For contractions with just two tensors this function will attempt to use +NumPy's built-in BLAS functionality to ensure that the given operation is +performed optimally. When NumPy is linked to a threaded BLAS, potential +speedups are on the order of 20-100 for a six core machine.
+opt_einsum/contract.py
433 +434 +435 +436 +437 +438 +439 +440 +441 +442 +443 +444 +445 +446 +447 +448 +449 +450 +451 +452 +453 +454 +455 +456 +457 +458 +459 +460 +461 +462 +463 +464 +465 +466 +467 +468 +469 +470 +471 +472 +473 +474 +475 +476 +477 +478 +479 +480 +481 +482 +483 +484 +485 +486 +487 +488 +489 +490 +491 +492 +493 +494 +495 +496 +497 +498 +499 +500 +501 +502 +503 +504 +505 +506 +507 +508 +509 +510 +511 +512 +513 +514 +515 +516 +517 +518 +519 +520 +521 +522 +523 +524 +525 +526 +527 +528 +529 +530 +531 +532 +533 +534 +535 +536 +537 +538 +539 |
|
contract_expression(subscripts, *shapes, **kwargs)
+
+Generate a reusable expression for a given contraction with +specific shapes, which can, for example, be cached.
+Parameters:
+shapes
, in which case the
+ actual array should be supplied at that position rather than just a
+ shape. If these are specified, then constant parts of the contraction
+ between calls will be reused. Additionally, if a GPU-enabled backend is
+ used for example, then the constant tensors will be kept on the GPU,
+ minimizing transfers.contract_path
or einsum
. See contract
.Returns:
+expr(*arrays, out=None, backend='numpy')
where the array's shapes should match shapes
.Notes:
+out
keyword argument should be supplied to the generated expression
+ rather than this function.backend
keyword argument should also be supplied to the generated
+ expression. If numpy arrays are supplied, if possible they will be
+ converted to and back from the correct backend array type.Examples:
+Basic usage:
+expr = contract_expression("ab,bc->ac", (3, 4), (4, 5))
+a, b = np.random.rand(3, 4), np.random.rand(4, 5)
+c = expr(a, b)
+np.allclose(c, a @ b)
+#> True
+
Supply a
as a constant:
expr = contract_expression("ab,bc->ac", a, (4, 5), constants=[0])
+expr
+#> <ContractExpression('[ab],bc->ac', constants=[0])>
+
+c = expr(b)
+np.allclose(c, a @ b)
+#> True
+
opt_einsum/contract.py
877 +878 +879 +880 +881 +882 +883 +884 +885 +886 +887 +888 +889 +890 +891 +892 +893 +894 +895 +896 +897 +898 +899 +900 +901 +902 +903 +904 +905 +906 +907 +908 +909 +910 +911 +912 +913 +914 +915 +916 +917 +918 +919 +920 +921 +922 +923 +924 +925 +926 +927 +928 +929 +930 +931 +932 +933 +934 +935 +936 +937 +938 +939 +940 +941 +942 +943 +944 +945 +946 +947 +948 +949 +950 +951 +952 +953 +954 +955 +956 +957 +958 |
|
contract_path(*operands_, **kwargs)
+
+Find a contraction order path
, without performing the contraction.
Parameters:
+optimize - (str, list or bool, optional (default: auto
)) Choose the type of path.
'optimal'
An algorithm that explores all possible ways of
+ contracting the listed tensors. Scales factorially with the number of
+ terms in the contraction.'dp'
A faster (but essentially optimal) algorithm that uses
+ dynamic programming to exhaustively search all contraction paths
+ without outer-products.'greedy'
An cheap algorithm that heuristically chooses the best
+ pairwise contraction at each step. Scales linearly in the number of
+ terms in the contraction.'random-greedy'
Run a randomized version of the greedy algorithm
+ 32 times and pick the best path.'random-greedy-128'
Run a randomized version of the greedy
+ algorithm 128 times and pick the best path.'branch-all'
An algorithm like optimal but that restricts itself
+ to searching 'likely' paths. Still scales factorially.'branch-2'
An even more restricted version of 'branch-all' that
+ only searches the best two options at each step. Scales exponentially
+ with the number of terms in the contraction.'auto'
Choose the best of the above algorithms whilst aiming to
+ keep the path finding time below 1ms.'auto-hq'
Aim for a high quality contraction, choosing the best
+ of the above algorithms whilst aiming to keep the path finding time
+ below 1sec.memory_limit - ({None, int, 'max_input'} (default: None
)) - Give the upper bound of the largest intermediate tensor contract will build.
max_input
means the limit is set as largest input tensorThe default is None. Note that imposing a limit can make contractions +exponentially slower to perform.
+shapes - (bool, optional) Whether contract_path
should assume arrays (the default) or array shapes have been supplied.
Returns:
+Notes:
+The resulting path indicates which terms of the input contraction should be +contracted first, the result of this contraction is then appended to the end of +the contraction list.
+Examples:
+We can begin with a chain dot example. In this case, it is optimal to
+contract the b and c tensors represented by the first element of the path (1,
+2). The resulting tensor is added to the end of the contraction and the
+remaining contraction, (0, 1)
, is then executed.
a = np.random.rand(2, 2)
+b = np.random.rand(2, 5)
+c = np.random.rand(5, 2)
+path_info = opt_einsum.contract_path('ij,jk,kl->il', a, b, c)
+print(path_info[0])
+#> [(1, 2), (0, 1)]
+print(path_info[1])
+#> Complete contraction: ij,jk,kl->il
+#> Naive scaling: 4
+#> Optimized scaling: 3
+#> Naive FLOP count: 1.600e+02
+#> Optimized FLOP count: 5.600e+01
+#> Theoretical speedup: 2.857
+#> Largest intermediate: 4.000e+00 elements
+#> -------------------------------------------------------------------------
+#> scaling current remaining
+#> -------------------------------------------------------------------------
+#> 3 kl,jk->jl ij,jl->il
+#> 3 jl,ij->il il->il
+
A more complex index transformation example.
+I = np.random.rand(10, 10, 10, 10)
+C = np.random.rand(10, 10)
+path_info = oe.contract_path('ea,fb,abcd,gc,hd->efgh', C, C, I, C, C)
+
+print(path_info[0])
+#> [(0, 2), (0, 3), (0, 2), (0, 1)]
+print(path_info[1])
+#> Complete contraction: ea,fb,abcd,gc,hd->efgh
+#> Naive scaling: 8
+#> Optimized scaling: 5
+#> Naive FLOP count: 8.000e+08
+#> Optimized FLOP count: 8.000e+05
+#> Theoretical speedup: 1000.000
+#> Largest intermediate: 1.000e+04 elements
+#> --------------------------------------------------------------------------
+#> scaling current remaining
+#> --------------------------------------------------------------------------
+#> 5 abcd,ea->bcde fb,gc,hd,bcde->efgh
+#> 5 bcde,fb->cdef gc,hd,cdef->efgh
+#> 5 cdef,gc->defg hd,defg->efgh
+#> 5 defg,hd->efgh efgh->efgh
+
opt_einsum/contract.py
125 +126 +127 +128 +129 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +210 +211 +212 +213 +214 +215 +216 +217 +218 +219 +220 +221 +222 +223 +224 +225 +226 +227 +228 +229 +230 +231 +232 +233 +234 +235 +236 +237 +238 +239 +240 +241 +242 +243 +244 +245 +246 +247 +248 +249 +250 +251 +252 +253 +254 +255 +256 +257 +258 +259 +260 +261 +262 +263 +264 +265 +266 +267 +268 +269 +270 +271 +272 +273 +274 +275 +276 +277 +278 +279 +280 +281 +282 +283 +284 +285 +286 +287 +288 +289 +290 +291 +292 +293 +294 +295 +296 +297 +298 +299 +300 +301 +302 +303 +304 +305 +306 +307 +308 +309 +310 +311 +312 +313 +314 +315 +316 +317 +318 +319 +320 +321 +322 +323 +324 +325 +326 +327 +328 +329 +330 +331 +332 +333 +334 +335 +336 +337 +338 +339 +340 +341 +342 +343 +344 +345 +346 +347 +348 +349 +350 +351 +352 +353 +354 +355 +356 +357 +358 +359 +360 +361 +362 +363 +364 +365 +366 +367 +368 +369 +370 +371 +372 +373 +374 +375 +376 +377 +378 +379 +380 +381 +382 +383 +384 +385 +386 +387 +388 |
|
format_const_einsum_str(einsum_str, constants)
+
+Add brackets to the constant terms in einsum_str
. For example:
>>> format_const_einsum_str('ab,bc,cd->ad', [0, 2])
+'bc,[ab,cd]->ad'
+
No-op if there are no constants.
+ +opt_einsum/contract.py
655 +656 +657 +658 +659 +660 +661 +662 +663 +664 +665 +666 +667 +668 +669 +670 +671 +672 +673 +674 +675 +676 +677 +678 |
|
parse_backend(arrays, backend)
+
+Find out what backend we should use, dipatching based on the first
+array if backend='auto'
is specified.
opt_einsum/contract.py
551 +552 +553 +554 +555 +556 +557 +558 +559 +560 +561 +562 +563 +564 |
|
shape_only(shape)
+
+Dummy numpy.ndarray
which has a shape only - for generating
+contract expressions.
opt_einsum/contract.py
870 +871 +872 +873 +874 |
|
opt_einsum.contract_path
Find a contraction order path
, without performing the contraction.
Parameters:
+optimize - (str, list or bool, optional (default: auto
)) Choose the type of path.
'optimal'
An algorithm that explores all possible ways of
+ contracting the listed tensors. Scales factorially with the number of
+ terms in the contraction.'dp'
A faster (but essentially optimal) algorithm that uses
+ dynamic programming to exhaustively search all contraction paths
+ without outer-products.'greedy'
An cheap algorithm that heuristically chooses the best
+ pairwise contraction at each step. Scales linearly in the number of
+ terms in the contraction.'random-greedy'
Run a randomized version of the greedy algorithm
+ 32 times and pick the best path.'random-greedy-128'
Run a randomized version of the greedy
+ algorithm 128 times and pick the best path.'branch-all'
An algorithm like optimal but that restricts itself
+ to searching 'likely' paths. Still scales factorially.'branch-2'
An even more restricted version of 'branch-all' that
+ only searches the best two options at each step. Scales exponentially
+ with the number of terms in the contraction.'auto'
Choose the best of the above algorithms whilst aiming to
+ keep the path finding time below 1ms.'auto-hq'
Aim for a high quality contraction, choosing the best
+ of the above algorithms whilst aiming to keep the path finding time
+ below 1sec.memory_limit - ({None, int, 'max_input'} (default: None
)) - Give the upper bound of the largest intermediate tensor contract will build.
max_input
means the limit is set as largest input tensorThe default is None. Note that imposing a limit can make contractions +exponentially slower to perform.
+shapes - (bool, optional) Whether contract_path
should assume arrays (the default) or array shapes have been supplied.
Returns:
+Notes:
+The resulting path indicates which terms of the input contraction should be +contracted first, the result of this contraction is then appended to the end of +the contraction list.
+Examples:
+We can begin with a chain dot example. In this case, it is optimal to
+contract the b and c tensors represented by the first element of the path (1,
+2). The resulting tensor is added to the end of the contraction and the
+remaining contraction, (0, 1)
, is then executed.
a = np.random.rand(2, 2)
+b = np.random.rand(2, 5)
+c = np.random.rand(5, 2)
+path_info = opt_einsum.contract_path('ij,jk,kl->il', a, b, c)
+print(path_info[0])
+#> [(1, 2), (0, 1)]
+print(path_info[1])
+#> Complete contraction: ij,jk,kl->il
+#> Naive scaling: 4
+#> Optimized scaling: 3
+#> Naive FLOP count: 1.600e+02
+#> Optimized FLOP count: 5.600e+01
+#> Theoretical speedup: 2.857
+#> Largest intermediate: 4.000e+00 elements
+#> -------------------------------------------------------------------------
+#> scaling current remaining
+#> -------------------------------------------------------------------------
+#> 3 kl,jk->jl ij,jl->il
+#> 3 jl,ij->il il->il
+
A more complex index transformation example.
+I = np.random.rand(10, 10, 10, 10)
+C = np.random.rand(10, 10)
+path_info = oe.contract_path('ea,fb,abcd,gc,hd->efgh', C, C, I, C, C)
+
+print(path_info[0])
+#> [(0, 2), (0, 3), (0, 2), (0, 1)]
+print(path_info[1])
+#> Complete contraction: ea,fb,abcd,gc,hd->efgh
+#> Naive scaling: 8
+#> Optimized scaling: 5
+#> Naive FLOP count: 8.000e+08
+#> Optimized FLOP count: 8.000e+05
+#> Theoretical speedup: 1000.000
+#> Largest intermediate: 1.000e+04 elements
+#> --------------------------------------------------------------------------
+#> scaling current remaining
+#> --------------------------------------------------------------------------
+#> 5 abcd,ea->bcde fb,gc,hd,bcde->efgh
+#> 5 bcde,fb->cdef gc,hd,cdef->efgh
+#> 5 cdef,gc->defg hd,defg->efgh
+#> 5 defg,hd->efgh efgh->efgh
+
opt_einsum/contract.py
125 +126 +127 +128 +129 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +210 +211 +212 +213 +214 +215 +216 +217 +218 +219 +220 +221 +222 +223 +224 +225 +226 +227 +228 +229 +230 +231 +232 +233 +234 +235 +236 +237 +238 +239 +240 +241 +242 +243 +244 +245 +246 +247 +248 +249 +250 +251 +252 +253 +254 +255 +256 +257 +258 +259 +260 +261 +262 +263 +264 +265 +266 +267 +268 +269 +270 +271 +272 +273 +274 +275 +276 +277 +278 +279 +280 +281 +282 +283 +284 +285 +286 +287 +288 +289 +290 +291 +292 +293 +294 +295 +296 +297 +298 +299 +300 +301 +302 +303 +304 +305 +306 +307 +308 +309 +310 +311 +312 +313 +314 +315 +316 +317 +318 +319 +320 +321 +322 +323 +324 +325 +326 +327 +328 +329 +330 +331 +332 +333 +334 +335 +336 +337 +338 +339 +340 +341 +342 +343 +344 +345 +346 +347 +348 +349 +350 +351 +352 +353 +354 +355 +356 +357 +358 +359 +360 +361 +362 +363 +364 +365 +366 +367 +368 +369 +370 +371 +372 +373 +374 +375 +376 +377 +378 +379 +380 +381 +382 +383 +384 +385 +386 +387 +388 |
|
opt_einsum.contract_expression
Generate a reusable expression for a given contraction with +specific shapes, which can, for example, be cached.
+Parameters:
+shapes
, in which case the
+ actual array should be supplied at that position rather than just a
+ shape. If these are specified, then constant parts of the contraction
+ between calls will be reused. Additionally, if a GPU-enabled backend is
+ used for example, then the constant tensors will be kept on the GPU,
+ minimizing transfers.contract_path
or einsum
. See contract
.Returns:
+expr(*arrays, out=None, backend='numpy')
where the array's shapes should match shapes
.Notes:
+out
keyword argument should be supplied to the generated expression
+ rather than this function.backend
keyword argument should also be supplied to the generated
+ expression. If numpy arrays are supplied, if possible they will be
+ converted to and back from the correct backend array type.Examples:
+Basic usage:
+expr = contract_expression("ab,bc->ac", (3, 4), (4, 5))
+a, b = np.random.rand(3, 4), np.random.rand(4, 5)
+c = expr(a, b)
+np.allclose(c, a @ b)
+#> True
+
Supply a
as a constant:
expr = contract_expression("ab,bc->ac", a, (4, 5), constants=[0])
+expr
+#> <ContractExpression('[ab],bc->ac', constants=[0])>
+
+c = expr(b)
+np.allclose(c, a @ b)
+#> True
+
opt_einsum/contract.py
877 +878 +879 +880 +881 +882 +883 +884 +885 +886 +887 +888 +889 +890 +891 +892 +893 +894 +895 +896 +897 +898 +899 +900 +901 +902 +903 +904 +905 +906 +907 +908 +909 +910 +911 +912 +913 +914 +915 +916 +917 +918 +919 +920 +921 +922 +923 +924 +925 +926 +927 +928 +929 +930 +931 +932 +933 +934 +935 +936 +937 +938 +939 +940 +941 +942 +943 +944 +945 +946 +947 +948 +949 +950 +951 +952 +953 +954 +955 +956 +957 +958 |
|
opt_einsum.contract.ContractExpression
Helper class for storing an explicit contraction_list
which can
+then be repeatedly called solely with the array arguments.
opt_einsum/contract.py
681 +682 +683 +684 +685 +686 +687 +688 +689 +690 +691 +692 +693 +694 +695 +696 +697 +698 +699 +700 +701 +702 +703 +704 +705 +706 +707 +708 +709 +710 +711 +712 +713 +714 +715 +716 +717 +718 +719 +720 +721 +722 +723 +724 +725 +726 +727 +728 +729 +730 +731 +732 +733 +734 +735 +736 +737 +738 +739 +740 +741 +742 +743 +744 +745 +746 +747 +748 +749 +750 +751 +752 +753 +754 +755 +756 +757 +758 +759 +760 +761 +762 +763 +764 +765 +766 +767 +768 +769 +770 +771 +772 +773 +774 +775 +776 +777 +778 +779 +780 +781 +782 +783 +784 +785 +786 +787 +788 +789 +790 +791 +792 +793 +794 +795 +796 +797 +798 +799 +800 +801 +802 +803 +804 +805 +806 +807 +808 +809 +810 +811 +812 +813 +814 +815 +816 +817 +818 +819 +820 +821 +822 +823 +824 +825 +826 +827 +828 +829 +830 +831 +832 +833 +834 +835 +836 +837 +838 +839 +840 +841 +842 +843 +844 +845 +846 +847 +848 +849 +850 +851 +852 +853 +854 +855 +856 +857 +858 +859 +860 +861 +862 +863 +864 |
|
__call__(*arrays, **kwargs)
+
+Evaluate this expression with a set of arrays.
+arrays : seq of array
+ The arrays to supply as input to the expression.
+out : array, optional (default: None
)
+ If specified, output the result into this array.
+backend : str, optional (default: numpy
)
+ Perform the contraction with this backend library. If numpy arrays
+ are supplied then try to convert them to and from the correct
+ backend array type.
opt_einsum/contract.py
793 +794 +795 +796 +797 +798 +799 +800 +801 +802 +803 +804 +805 +806 +807 +808 +809 +810 +811 +812 +813 +814 +815 +816 +817 +818 +819 +820 +821 +822 +823 +824 +825 +826 +827 +828 +829 +830 +831 +832 +833 +834 +835 +836 +837 +838 +839 +840 +841 +842 +843 +844 +845 +846 +847 +848 |
|
evaluate_constants(backend='auto')
+
+Convert any constant operands to the correct backend form, and
+perform as many contractions as possible to create a new list of
+operands, stored in self._evaluated_constants[backend]
. This also
+makes sure self.contraction_list
only contains the remaining,
+non-const operations.
opt_einsum/contract.py
708 +709 +710 +711 +712 +713 +714 +715 +716 +717 +718 +719 +720 +721 +722 +723 +724 +725 +726 |
|
opt_einsum.contract.PathInfo
A printable object to contain information about a contraction path.
+Attributes:
+opt_einsum/contract.py
22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 +84 +85 +86 +87 +88 +89 +90 +91 +92 +93 +94 +95 +96 |
|
opt_einsum.get_symbol
Get the symbol corresponding to int i
- runs through the usual 52
+letters before resorting to unicode characters, starting at chr(192)
and skipping surrogates.
Examples:
+get_symbol(2)
+#> 'c'
+
+get_symbol(200)
+#> 'Ŕ'
+
+get_symbol(20000)
+#> '京'
+
opt_einsum/parser.py
60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 |
|
opt_einsum.shared_intermediates
Context in which contract intermediate results are shared.
+Note that intermediate computations will not be garbage collected until +1. this context exits, and +2. the yielded cache is garbage collected (if it was captured).
+Parameters:
+Returns:
+opt_einsum/sharing.py
56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 |
|
opt_einsum.paths.optimal
Computes all possible pair contractions in a depth-first recursive manner,
+sieving results based on memory_limit
and the best path found so far.
+Returns: the lowest cost path. This algorithm scales factoriallly with
+respect to the elements in the list input_sets
.
Parameters:
+Returns:
+Examples:
+isets = [set('abd'), set('ac'), set('bdc')]
+oset = set('')
+idx_sizes = {'a': 1, 'b':2, 'c':3, 'd':4}
+optimal(isets, oset, idx_sizes, 5000)
+#> [(0, 2), (0, 1)]
+
opt_einsum/paths.py
187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +210 +211 +212 +213 +214 +215 +216 +217 +218 +219 +220 +221 +222 +223 +224 +225 +226 +227 +228 +229 +230 +231 +232 +233 +234 +235 +236 +237 +238 +239 +240 +241 +242 +243 +244 +245 +246 +247 +248 +249 +250 +251 +252 +253 +254 +255 +256 +257 +258 +259 +260 +261 +262 +263 +264 +265 +266 +267 +268 +269 +270 +271 +272 +273 +274 +275 +276 |
|
opt_einsum.paths.greedy
Finds the path by a three stage algorithm:
+removed_size
This algorithm scales quadratically with respect to the +maximum number of elements sharing a common dim.
+Parameters:
+Returns:
+Examples:
+isets = [set('abd'), set('ac'), set('bdc')]
+oset = set('')
+idx_sizes = {'a': 1, 'b':2, 'c':3, 'd':4}
+greedy(isets, oset, idx_sizes)
+#> [(0, 2), (0, 1)]
+
opt_einsum/paths.py
734 +735 +736 +737 +738 +739 +740 +741 +742 +743 +744 +745 +746 +747 +748 +749 +750 +751 +752 +753 +754 +755 +756 +757 +758 +759 +760 +761 +762 +763 +764 +765 +766 +767 +768 +769 +770 +771 +772 +773 +774 +775 +776 +777 +778 +779 |
|
opt_einsum.paths.branch
opt_einsum/paths.py
501 +502 +503 +504 +505 +506 +507 +508 +509 |
|
opt_einsum.paths.PathOptimizer
Base class for different path optimizers to inherit from.
+Subclassed optimizers should define a call method with signature:
+def __call__(self, inputs, output, size_dict, memory_limit=None):
+ """
+ **Parameters:**
+ ----------
+ inputs : list[set[str]]
+ The indices of each input array.
+ outputs : set[str]
+ The output indices
+ size_dict : dict[str, int]
+ The size of each index
+ memory_limit : int, optional
+ If given, the maximum allowed memory.
+ """
+ # ... compute path here ...
+ return path
+
where path
is a list of int-tuples specifying a contraction order.
opt_einsum/paths.py
36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68 +69 +70 +71 +72 +73 +74 +75 +76 +77 +78 +79 +80 +81 +82 +83 +84 +85 +86 +87 +88 |
|
opt_einsum.paths.BranchBound
+ Bases: PathOptimizer
Explores possible pair contractions in a depth-first recursive manner like
+the optimal
approach, but with extra heuristic early pruning of branches
+as well sieving by memory_limit
and the best path found so far. Returns:
+the lowest cost path. This algorithm still scales factorially with respect
+to the elements in the list input_sets
if nbranch
is not set, but it
+scales exponentially like nbranch**len(input_sets)
otherwise.
Parameters:
+cost_fn(size12, size1, size2, k12, k1, k2)
.opt_einsum/paths.py
323 +324 +325 +326 +327 +328 +329 +330 +331 +332 +333 +334 +335 +336 +337 +338 +339 +340 +341 +342 +343 +344 +345 +346 +347 +348 +349 +350 +351 +352 +353 +354 +355 +356 +357 +358 +359 +360 +361 +362 +363 +364 +365 +366 +367 +368 +369 +370 +371 +372 +373 +374 +375 +376 +377 +378 +379 +380 +381 +382 +383 +384 +385 +386 +387 +388 +389 +390 +391 +392 +393 +394 +395 +396 +397 +398 +399 +400 +401 +402 +403 +404 +405 +406 +407 +408 +409 +410 +411 +412 +413 +414 +415 +416 +417 +418 +419 +420 +421 +422 +423 +424 +425 +426 +427 +428 +429 +430 +431 +432 +433 +434 +435 +436 +437 +438 +439 +440 +441 +442 +443 +444 +445 +446 +447 +448 +449 +450 +451 +452 +453 +454 +455 +456 +457 +458 +459 +460 +461 +462 +463 +464 +465 +466 +467 +468 +469 +470 +471 +472 +473 +474 +475 +476 +477 +478 +479 +480 +481 +482 +483 +484 +485 +486 +487 +488 +489 +490 +491 +492 +493 +494 +495 +496 +497 +498 |
|
__call__(inputs_, output_, size_dict, memory_limit=None)
+
+Parameters:
+Returns:
+Examples:
+```python +isets = [set('abd'), set('ac'), set('bdc')] +oset = set('') +idx_sizes = {'a': 1, 'b':2, 'c':3, 'd':4} +optimal(isets, oset, idx_sizes, 5000)
+opt_einsum/paths.py
371 +372 +373 +374 +375 +376 +377 +378 +379 +380 +381 +382 +383 +384 +385 +386 +387 +388 +389 +390 +391 +392 +393 +394 +395 +396 +397 +398 +399 +400 +401 +402 +403 +404 +405 +406 +407 +408 +409 +410 +411 +412 +413 +414 +415 +416 +417 +418 +419 +420 +421 +422 +423 +424 +425 +426 +427 +428 +429 +430 +431 +432 +433 +434 +435 +436 +437 +438 +439 +440 +441 +442 +443 +444 +445 +446 +447 +448 +449 +450 +451 +452 +453 +454 +455 +456 +457 +458 +459 +460 +461 +462 +463 +464 +465 +466 +467 +468 +469 +470 +471 +472 +473 +474 +475 +476 +477 +478 +479 +480 +481 +482 +483 +484 +485 +486 +487 +488 +489 +490 +491 +492 +493 +494 +495 +496 +497 +498 |
|
opt_einsum.path_random.RandomOptimizer
+ Bases: PathOptimizer
Base class for running any random path finder that benefits
+from repeated calling, possibly in a parallel fashion. Custom random
+optimizers should subclass this, and the setup
method should be
+implemented with the following signature:
def setup(self, inputs, output, size_dict):
+ # custom preparation here ...
+ return trial_fn, trial_args
+
Where trial_fn
itself should have the signature::
def trial_fn(r, *trial_args):
+ # custom computation of path here
+ return ssa_path, cost, size
+
Where r
is the run number and could for example be used to seed a
+random number generator. See RandomGreedy
for an example.
Parameters:
+False
. If
+ True
, use a concurrent.futures.ProcessPoolExecutor
with the same
+ number of processes as cores. If an integer is specified, use that many
+ processes instead. Finally, you can supply a custom executor-pool which
+ should have an API matching that of the python 3 standard library
+ module concurrent.futures
. Namely, a submit
method that returns
+ Future
objects, themselves with result
and cancel
methods.Attributes:
+opt_einsum/path_random.py
21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 +100 +101 +102 +103 +104 +105 +106 +107 +108 +109 +110 +111 +112 +113 +114 +115 +116 +117 +118 +119 +120 +121 +122 +123 +124 +125 +126 +127 +128 +129 +130 +131 +132 +133 +134 +135 +136 +137 +138 +139 +140 +141 +142 +143 +144 +145 +146 +147 +148 +149 +150 +151 +152 +153 +154 +155 +156 +157 +158 +159 +160 +161 +162 +163 +164 +165 +166 +167 +168 +169 +170 +171 +172 +173 +174 +175 +176 +177 +178 +179 +180 +181 +182 +183 +184 +185 +186 +187 +188 +189 +190 +191 +192 +193 +194 +195 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207 +208 +209 +210 +211 +212 +213 +214 |
|
path: PathType
+
+
+ property
+
+
+The best path found so far.
+opt_einsum.path_random.RandomGreedy
+ Bases: RandomOptimizer
Parameters:
+cost_fn(size12, size1, size2, k12, k1, k2)
.exp(-cost / temperature)
. Thus the larger
+ temperature
is, the further random paths will stray from the normal
+ 'greedy' path. Conversely, if set to zero, only paths with exactly the
+ same cost as the best at each step will be explored.temperature
at each step to the scale of
+ the best cost. This is generally beneficial as the magnitude of costs
+ can vary significantly throughout a contraction. If False, the
+ algorithm will end up branching when the absolute cost is low, but
+ stick to the 'greedy' path when the cost is high - this can also be
+ beneficial.opt_einsum/path_random.py
334 +335 +336 +337 +338 +339 +340 +341 +342 +343 +344 +345 +346 +347 +348 +349 +350 +351 +352 +353 +354 +355 +356 +357 +358 +359 +360 +361 +362 +363 +364 +365 +366 +367 +368 +369 +370 +371 +372 +373 +374 +375 +376 +377 +378 +379 +380 +381 +382 +383 +384 +385 +386 +387 +388 +389 +390 +391 +392 +393 +394 +395 |
|
choose_fn: Any
+
+
+ property
+
+
+The function that chooses which contraction to take - make this a
+property so that temperature
and nbranch
etc. can be updated
+between runs.
opt_einsum.paths.DynamicProgramming
+ Bases: PathOptimizer
Finds the optimal path of pairwise contractions without intermediate outer +products based a dynamic programming approach presented in +Phys. Rev. E 90, 033315 (2014) (the corresponding preprint is publicly +available at https://arxiv.org/abs/1304.6112). This method is especially +well-suited in the area of tensor network states, where it usually +outperforms all the other optimization strategies.
+This algorithm shows exponential scaling with the number of inputs +in the worst case scenario (see example below). If the graph to be +contracted consists of disconnected subgraphs, the algorithm scales +linearly in the number of disconnected subgraphs and only exponentially +with the number of inputs per subgraph.
+Parameters:
+minimize - ({'flops', 'size', 'write', 'combo', 'limit', callable}, optional) What to minimize:
+flops + alpha * write
summed over intermediates, a default ratio of alpha=64
+ is used, or it can be customized with f'combo-{alpha}'
max(flops, alpha * write)
summed over intermediates, a default ratio of alpha=64
+ is used, or it can be customized with f'limit-{alpha}'
cost_cap - ({True, False, int}, optional) How to implement cost-capping:
+search_outer - (bool, optional) In rare circumstances the optimal contraction may involve an outer + product, this option allows searching such contractions but may well + slow down the path finding considerably on all but very small graphs.
+opt_einsum/paths.py
1124 +1125 +1126 +1127 +1128 +1129 +1130 +1131 +1132 +1133 +1134 +1135 +1136 +1137 +1138 +1139 +1140 +1141 +1142 +1143 +1144 +1145 +1146 +1147 +1148 +1149 +1150 +1151 +1152 +1153 +1154 +1155 +1156 +1157 +1158 +1159 +1160 +1161 +1162 +1163 +1164 +1165 +1166 +1167 +1168 +1169 +1170 +1171 +1172 +1173 +1174 +1175 +1176 +1177 +1178 +1179 +1180 +1181 +1182 +1183 +1184 +1185 +1186 +1187 +1188 +1189 +1190 +1191 +1192 +1193 +1194 +1195 +1196 +1197 +1198 +1199 +1200 +1201 +1202 +1203 +1204 +1205 +1206 +1207 +1208 +1209 +1210 +1211 +1212 +1213 +1214 +1215 +1216 +1217 +1218 +1219 +1220 +1221 +1222 +1223 +1224 +1225 +1226 +1227 +1228 +1229 +1230 +1231 +1232 +1233 +1234 +1235 +1236 +1237 +1238 +1239 +1240 +1241 +1242 +1243 +1244 +1245 +1246 +1247 +1248 +1249 +1250 +1251 +1252 +1253 +1254 +1255 +1256 +1257 +1258 +1259 +1260 +1261 +1262 +1263 +1264 +1265 +1266 +1267 +1268 +1269 +1270 +1271 +1272 +1273 +1274 +1275 +1276 +1277 +1278 +1279 +1280 +1281 +1282 +1283 +1284 +1285 +1286 +1287 +1288 +1289 +1290 +1291 +1292 +1293 +1294 +1295 +1296 +1297 +1298 +1299 +1300 +1301 +1302 +1303 +1304 +1305 +1306 +1307 +1308 +1309 +1310 +1311 +1312 +1313 +1314 +1315 +1316 +1317 +1318 +1319 +1320 +1321 +1322 +1323 +1324 +1325 +1326 +1327 +1328 +1329 +1330 +1331 +1332 +1333 |
|
__call__(inputs_, output_, size_dict_, memory_limit=None)
+
+Parameters:
+Returns:
+Examples:
+n_in = 3 # exponential scaling
+n_out = 2 # linear scaling
+s = dict()
+i_all = []
+for _ in range(n_out):
+ i = [set() for _ in range(n_in)]
+ for j in range(n_in):
+ for k in range(j+1, n_in):
+ c = oe.get_symbol(len(s))
+ i[j].add(c)
+ i[k].add(c)
+ s[c] = 2
+ i_all.extend(i)
+o = DynamicProgramming()
+o(i_all, set(), s)
+#> [(1, 2), (0, 4), (1, 2), (0, 2), (0, 1)]
+
opt_einsum/paths.py
1168 +1169 +1170 +1171 +1172 +1173 +1174 +1175 +1176 +1177 +1178 +1179 +1180 +1181 +1182 +1183 +1184 +1185 +1186 +1187 +1188 +1189 +1190 +1191 +1192 +1193 +1194 +1195 +1196 +1197 +1198 +1199 +1200 +1201 +1202 +1203 +1204 +1205 +1206 +1207 +1208 +1209 +1210 +1211 +1212 +1213 +1214 +1215 +1216 +1217 +1218 +1219 +1220 +1221 +1222 +1223 +1224 +1225 +1226 +1227 +1228 +1229 +1230 +1231 +1232 +1233 +1234 +1235 +1236 +1237 +1238 +1239 +1240 +1241 +1242 +1243 +1244 +1245 +1246 +1247 +1248 +1249 +1250 +1251 +1252 +1253 +1254 +1255 +1256 +1257 +1258 +1259 +1260 +1261 +1262 +1263 +1264 +1265 +1266 +1267 +1268 +1269 +1270 +1271 +1272 +1273 +1274 +1275 +1276 +1277 +1278 +1279 +1280 +1281 +1282 +1283 +1284 +1285 +1286 +1287 +1288 +1289 +1290 +1291 +1292 +1293 +1294 +1295 +1296 +1297 +1298 +1299 +1300 +1301 +1302 +1303 +1304 +1305 +1306 +1307 +1308 +1309 +1310 +1311 +1312 +1313 +1314 +1315 +1316 +1317 +1318 +1319 +1320 +1321 +1322 +1323 +1324 +1325 +1326 +1327 +1328 +1329 +1330 +1331 +1332 +1333 |
|