zmc
2023-12-22 9fdbf60165db0400c2e8e6be2dc6e88138ac719a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
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
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
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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
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
865
866
867
868
869
870
871
872
873
874
875
U
O±d@Ðã@sôdZddlZddlZddlmZddlmZmZddlm    Z    ddgZ
dZ e e ƒZ d    d
„Zd d „Zd d„Zdd„Zdd„Zdd„Zdd„Zdd„Zdd„Zdddœdd„Ze    eddd d!dœd"d„ƒZddd#œd$d%„Ze    edddd!d#œd&d„ƒZdS)'z&
Implementation of optimized einsum.
 
éN)Úc_einsum)Ú
asanyarrayÚ    tensordot)Úarray_function_dispatchÚeinsumÚ einsum_pathÚ4abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZcCs,t||ƒ}td|dƒ}|r$|d7}||S)a›
    Computes the number of FLOPS in the contraction.
 
    Parameters
    ----------
    idx_contraction : iterable
        The indices involved in the contraction
    inner : bool
        Does this contraction require an inner product?
    num_terms : int
        The number of terms in a contraction
    size_dictionary : dict
        The size of each of the indices in idx_contraction
 
    Returns
    -------
    flop_count : int
        The total number of FLOPS required for the contraction.
 
    Examples
    --------
 
    >>> _flop_count('abc', False, 1, {'a': 2, 'b':3, 'c':5})
    30
 
    >>> _flop_count('abc', True, 2, {'a': 2, 'b':3, 'c':5})
    60
 
    é)Ú_compute_size_by_dictÚmax)Zidx_contractionÚinnerZ    num_termsZsize_dictionaryZ overall_sizeZ    op_factor©r úLd:\z\workplace\vscode\pyvenv\venv\Lib\site-packages\numpy/core/einsumfunc.pyÚ _flop_counts
 
rcCsd}|D]}|||9}q|S)a 
    Computes the product of the elements in indices based on the dictionary
    idx_dict.
 
    Parameters
    ----------
    indices : iterable
        Indices to base the product on.
    idx_dict : dictionary
        Dictionary of index sizes
 
    Returns
    -------
    ret : int
        The resulting product.
 
    Examples
    --------
    >>> _compute_size_by_dict('abbc', {'a': 2, 'b':3, 'c':5})
    90
 
    r    r )ÚindicesÚidx_dictÚretÚir r rr
8sr
c
Csntƒ}| ¡}g}t|ƒD],\}}||kr4||O}q| |¡||O}q||@}||}    | |¡|||    |fS)a
 
    Finds the contraction for a given set of input and output sets.
 
    Parameters
    ----------
    positions : iterable
        Integer positions of terms used in the contraction.
    input_sets : list
        List of sets that represent the lhs side of the einsum subscript
    output_set : set
        Set that represents the rhs side of the overall einsum subscript
 
    Returns
    -------
    new_result : set
        The indices of the resulting contraction
    remaining : list
        List of sets that have not been contracted, the new set is appended to
        the end of this list
    idx_removed : set
        Indices removed from the entire contraction
    idx_contraction : set
        The indices used in the current contraction
 
    Examples
    --------
 
    # A simple dot product test case
    >>> pos = (0, 1)
    >>> isets = [set('ab'), set('bc')]
    >>> oset = set('ac')
    >>> _find_contraction(pos, isets, oset)
    ({'a', 'c'}, [{'a', 'c'}], {'b'}, {'a', 'b', 'c'})
 
    # A more complex case with additional terms in the contraction
    >>> pos = (0, 2)
    >>> isets = [set('abd'), set('ac'), set('bdc')]
    >>> oset = set('ac')
    >>> _find_contraction(pos, isets, oset)
    ({'a', 'c'}, [{'a', 'c'}, {'a', 'c'}], {'b', 'd'}, {'a', 'b', 'c', 'd'})
    )ÚsetÚcopyÚ    enumerateÚappend)
Ú    positionsÚ
input_setsÚ
output_setÚ idx_contractZ
idx_remainÚ    remainingÚindÚvalueÚ
new_resultÚ idx_removedr r rÚ_find_contractionUs+
 
 
 
r!c    Cs,dg|fg}tt|ƒdƒD]Ö}g}|D]ˆ}|\}}    }
t tt|ƒ|ƒd¡D]`} t| |
|ƒ} | \} }}}t| |ƒ}||kr~qN|t||t| ƒ|ƒ}|    | g}| |||f¡qNq(|r¼|}qt|dd„dd}|t    tt|ƒ|ƒƒg7}|Sqt|ƒdkrt    tt|ƒƒƒgSt|dd„dd}|S)aŸ
    Computes all possible pair contractions, sieves the results based
    on ``memory_limit`` and returns the lowest cost path. This algorithm
    scales factorial with respect to the elements in the list ``input_sets``.
 
    Parameters
    ----------
    input_sets : list
        List of sets that represent the lhs side of the einsum subscript
    output_set : set
        Set that represents the rhs side of the overall einsum subscript
    idx_dict : dictionary
        Dictionary of index sizes
    memory_limit : int
        The maximum number of elements in a temporary array
 
    Returns
    -------
    path : list
        The optimal contraction order within the memory limit constraint.
 
    Examples
    --------
    >>> isets = [set('abd'), set('ac'), set('bdc')]
    >>> oset = set()
    >>> idx_sizes = {'a': 1, 'b':2, 'c':3, 'd':4}
    >>> _optimal_path(isets, oset, idx_sizes, 5000)
    [(0, 2), (0, 1)]
    rr    écSs|dS©Nrr ©Úxr r rÚ<lambda>Ìóz_optimal_path.<locals>.<lambda>©ÚkeycSs|dSr#r r$r r rr&Ôr')
ÚrangeÚlenÚ    itertoolsÚ combinationsr!r
rrÚminÚtuple)rrrÚ memory_limitZ full_resultsÚ    iterationZ iter_resultsÚcurrÚcostrrÚconZcontrÚnew_input_setsr rÚnew_sizeZ
total_costÚnew_posÚpathr r rÚ _optimal_path‘s. 
 
 
 
r9cs„t|ˆ|ƒ}|\}}    }
} t|ˆƒ} | |kr.dS‡‡fdd„|Dƒ} t| ƒ| }t| |
t|ƒˆƒ}| |f}|||krzdS|||    gS)aáCompute the cost (removed size + flops) and resultant indices for
    performing the contraction specified by ``positions``.
 
    Parameters
    ----------
    positions : tuple of int
        The locations of the proposed tensors to contract.
    input_sets : list of sets
        The indices found on each tensors.
    output_set : set
        The output indices of the expression.
    idx_dict : dict
        Mapping of each index to its size.
    memory_limit : int
        The total allowed size for an intermediary tensor.
    path_cost : int
        The contraction cost so far.
    naive_cost : int
        The cost of the unoptimized expression.
 
    Returns
    -------
    cost : (int, int)
        A tuple containing the size of any indices removed, and the flop cost.
    positions : tuple of int
        The locations of the proposed tensors to contract.
    new_input_sets : list of sets
        The resulting new list of indices if this proposed contraction is performed.
 
    Nc3s|]}tˆ|ˆƒVqdS©N©r
)Ú.0Úp©rrr rÚ    <genexpr>sz._parse_possible_contraction.<locals>.<genexpr>)r!r
Úsumrr+)rrrrr0Ú    path_costÚ
naive_costÚcontractÚ
idx_resultr5r rr6Z    old_sizesZ removed_sizer3Úsortr r>rÚ_parse_possible_contraction×s!  
 
 rFc CsÖ|d}|\}}g}|D]¸\}\}}}    ||ks||kr8q|    |t||kƒt||kƒ=|    |t||kƒt||kƒ=|     d|dd¡|t||kƒt||kƒ|t||kƒt||kƒf}
| ||
|    f¡q|S)aUpdate the positions and provisional input_sets of ``results`` based on
    performing the contraction result ``best``. Remove any involving the tensors
    contracted.
 
    Parameters
    ----------
    results : list
        List of contraction results produced by ``_parse_possible_contraction``.
    best : list
        The best contraction of ``results`` i.e. the one that will be performed.
 
    Returns
    -------
    mod_results : list
        The list of modified results, updated with outcome of ``best`` contraction.
    r    éÿÿÿÿr")ÚintÚinsertr) ÚresultsÚbestZbest_conZbxZbyZ mod_resultsr3r%ÚyZcon_setsZmod_conr r rÚ_update_other_resultss8rMc
s¸t|ƒdkrdgSt|ƒdkr$dgSttt|ƒƒ||ƒ}|\}}}}t||t|ƒ|ƒ}    t tt|ƒƒd¡}
g} d} g} tt|ƒdƒD]*}|
D]F}||d ||d¡r°qt|||||| |    ƒ}|dk    r|  |¡qt| ƒdkrPt tt|ƒƒd¡D]*}t|||||| |    ƒ}|dk    rú|  |¡qút| ƒdkrP|  t    tt|ƒƒƒ¡q´t
| dd„d    }t | |ƒ} |d}t|ƒd‰‡fd
d „tˆƒDƒ}
|  |d¡| |dd7} q†| S) a§
    Finds the path by contracting the best pair until the input list is
    exhausted. The best pair is found by minimizing the tuple
    ``(-prod(indices_removed), cost)``.  What this amounts to is prioritizing
    matrix multiplication or inner product operations, then Hadamard like
    operations, and finally outer operations. Outer products are limited by
    ``memory_limit``. This algorithm scales cubically with respect to the
    number of elements in the list ``input_sets``.
 
    Parameters
    ----------
    input_sets : list
        List of sets that represent the lhs side of the einsum subscript
    output_set : set
        Set that represents the rhs side of the overall einsum subscript
    idx_dict : dictionary
        Dictionary of index sizes
    memory_limit : int
        The maximum number of elements in a temporary array
 
    Returns
    -------
    path : list
        The greedy contraction order within the memory limit constraint.
 
    Examples
    --------
    >>> isets = [set('abd'), set('ac'), set('bdc')]
    >>> oset = set()
    >>> idx_sizes = {'a': 1, 'b':2, 'c':3, 'd':4}
    >>> _greedy_path(isets, oset, idx_sizes, 5000)
    [(0, 2), (0, 1)]
    r    )rr")rr    rNcSs|dSr#r r$r r rr&‹r'z_greedy_path.<locals>.<lambda>r(c3s|]}|ˆfVqdSr:r )r<r©Znew_tensor_posr rr?”sz_greedy_path.<locals>.<genexpr>) r+r!r*rr,r-Ú
isdisjointrFrr/r.rM)rrrr0rCrDr5r rrBZ    comb_iterZknown_contractionsrAr8r1rÚresultrKr rNrÚ _greedy_path8sN$   ÿ  ÿ 
 rQc Csbt|ƒdkrdSt|ƒdkr dS|\}}t||ƒD]Z}| |¡| |¡}}|dksj|dksj||dkrpdS||dt||kƒkr4dSq4t|ƒ}t|ƒ}    ||}
|    |} t|ƒ} ||krÄdS||    krÐdS|| d…|d| …krîdS|d| …|| d…krdS|| d…|| d…kr0dS|d| …|d| …krNdS|
rZ| s^dSdS)a¸
    Checks if we can use BLAS (np.tensordot) call and its beneficial to do so.
 
    Parameters
    ----------
    inputs : list of str
        Specifies the subscripts for summation.
    result : str
        Resulting summation.
    idx_removed : set
        Indices that are removed in the summation
 
 
    Returns
    -------
    type : bool
        Returns true if BLAS should and can be used, else False
 
    Notes
    -----
    If the operations is BLAS level 1 or 2 and is not already aligned
    we default back to einsum as the memory movement to copy is more
    costly than the operation itself.
 
 
    Examples
    --------
 
    # Standard GEMM operation
    >>> _can_dot(['ij', 'jk'], 'ik', set('j'))
    True
 
    # Can use the standard BLAS, but requires odd data movement
    >>> _can_dot(['ijj', 'jk'], 'ik', set('j'))
    False
 
    # DDOT where the memory is not aligned
    >>> _can_dot(['ijk', 'ikj'], '', set('ijk'))
    False
 
    rFr"r    TN)r+rÚcountrH) ÚinputsrPr Ú
input_leftÚ input_rightÚcÚnlÚnrZset_leftZ    set_rightZ    keep_leftZ
keep_rightÚrsr r rÚ_can_dots>,   rZc Cst|ƒdkrtdƒ‚t|dtƒrt|d dd¡}dd„|dd…Dƒ}|D]"}|d    krZqL|tkrLtd
|ƒ‚qLn€t|ƒ}g}g}tt|ƒd ƒD]$}| |     d¡¡| |     d¡¡q”t|ƒrÊ|d nd}d d„|Dƒ}d}t|ƒd}t
|ƒD]‚\}    }
|
D]d}|t kr|d7}nJzt   |¡}Wn.tk
rT} ztdƒ| ‚W5d} ~ XYnX|t|7}q|    |krô|d7}qô|dk    rô|d7}|D]d}|t kr¦|d7}nJzt   |¡}Wn.tk
râ} ztdƒ| ‚W5d} ~ XYnX|t|7}qŽd|ksd|krD| d¡dkp$| d¡dk} | s<| d¡dkrDtdƒ‚d|krV| dd¡ dd¡ dd¡} ttt| ƒƒ}d |¡}d}d|kr°| d¡\}}| d¡}d}n| d¡}d}t
|ƒD]Î\}    }
d|
krÆ|
 d¡dksø|
 d¡dkrtdƒ‚||    jdkrd}n t||    jdƒ}|t|
ƒd8}||krD|}|dkrXtdƒ‚n:|dkrt|
 dd¡||    <n|| d…}|
 d|¡||    <qÆd |¡}|dkr°d}n|| d…}|rÚ|d| d|¡7}n|d}| dd¡}tt|ƒƒD]4}|tkrtd
|ƒ‚| |¡dkrö||7}qöd tt|ƒt|ƒƒ¡}|d||7}d|krp| d¡\}}nV|}| dd¡}d}tt|ƒƒD]4}|tkrªtd
|ƒ‚| |¡dkr||7}q|D]}||krÊtd|ƒ‚qÊt| d¡ƒt|ƒkrtdƒ‚|||fS)aš
    A reproduction of einsum c side einsum parsing in python.
 
    Returns
    -------
    input_strings : str
        Parsed input strings
    output_string : str
        Parsed output string
    operands : list of array_like
        The operands to use in the numpy contraction
 
    Examples
    --------
    The operand list is simplified to reduce printing:
 
    >>> np.random.seed(123)
    >>> a = np.random.rand(4, 4)
    >>> b = np.random.rand(4, 4, 4)
    >>> _parse_einsum_input(('...a,...a->...', a, b))
    ('za,xza', 'xz', [a, b]) # may vary
 
    >>> _parse_einsum_input((a, [Ellipsis, 0], b, [Ellipsis, 0]))
    ('za,xza', 'xz', [a, b]) # may vary
    rzNo input operandsú ÚcSsg|] }t|ƒ‘qSr ©r©r<Úvr r rÚ
<listcomp>+sz'_parse_einsum_input.<locals>.<listcomp>r    Nz.,->z#Character %s is not a valid symbol.r"rGcSsg|] }t|ƒ‘qSr r]r^r r rr`=sz...z=For this input type lists must contain either int or Ellipsisú,ú->ú-ú>z%Subscripts can only contain one '->'.Ú.TFézInvalid Ellipses.r zEllipses lengths do not match.z/Output character %s did not appear in the inputzDNumber of einsum subscripts must be equal to the number of operands.)r+Ú
ValueErrorÚ
isinstanceÚstrÚreplaceÚeinsum_symbolsÚlistr*rÚpoprÚEllipsisÚoperatorÚindexÚ    TypeErrorrRÚeinsum_symbols_setrÚjoinÚsplitÚshaper ÚndimÚsorted)ÚoperandsZ
subscriptsÚsÚ tmp_operandsZ operand_listZsubscript_listr=Z output_listÚlastÚnumÚsubÚeÚinvalidÚusedZunusedZ ellipse_indsÚlongestZ    input_tmpZ
output_subZsplit_subscriptsZout_subZ ellipse_countZrep_indsZ out_ellipseÚoutput_subscriptZtmp_subscriptsZ normal_indsÚinput_subscriptsÚcharr r rÚ_parse_einsum_input sÞ  
 
ÿ
 
 
 
ÿ
 
 
 
 
 
 
 
 
 
 
 
 
   ÿ
 
 
ÿ
r…©ÚoptimizeÚ einsum_callcGs|Sr:r )r‡rˆrxr r rÚ_einsum_path_dispatcher¸sr‰Únumpy)ÚmoduleÚgreedyFc9sr|}|dkrd}|dkrd}d}d}|dks¤t|tƒr8nlt|ƒrR|ddkrRd}nRt|ƒdkr”t|dtƒr”t|dttfƒr”t|dƒ}|d}ntd    t|ƒƒ‚|}t|ƒ\}}}| d
¡}    d d „|    Dƒ}
t|ƒ} t|     d
d ¡ƒ} i‰dd „t
t|    ƒƒDƒ} t |    ƒD]È\}}||j }t|ƒt|ƒkr@t d|||fƒ‚t |ƒD]„\}}||}|dkrp| | |¡|ˆ ¡krˆ|dkr–|ˆ|<n*|dˆ|fkrÊt d||ˆ||fƒ‚n|ˆ|<qHqdd „| Dƒ} ‡fdd „|    |gDƒ}t|ƒ}|dkr|}n|}tdd„|
Dƒƒt| ƒdk}t| |t|    ƒˆƒ}|rX|dd…}nt|dkszt|    ƒdksz| | krŽtt
t|    ƒƒƒg}n>|dkr¨t|
| ˆ|ƒ}n$|dkrÂt|
| ˆ|ƒ}n
td|ƒ‚ggggf\}}}}t |ƒD]T\}}ttt|ƒddƒ}t||
| ƒ}|\}}
} }!t|!| t|ƒˆƒ}"| |"¡| t|!ƒ¡| t|ˆƒ¡tƒ}#g}$|D]$}%|$ |     |%¡¡|#|  |%¡O}#qf|#| }&t| |#@ƒs°t|$|| ƒ}'nd}'|t|ƒdkrÌ|}(n*‡fdd „|Dƒ})d  dd „t|)ƒDƒ¡}(|     |(¡|  |&¡d
 |$¡d|(}*|| |*|    dd…|'f}+| |+¡qèt|ƒd},t|    ƒdkrptd t|    ƒd¡ƒ‚|r~||fS|d|}-d}.||,}/t|ƒ}0d|-}1|1d t| ƒ7}1|1d!t|ƒ7}1|1d"|7}1|1d#|,7}1|1d$|/7}1|1d%|07}1|1d&7}1|1d'|.7}1|1d(7}1t |ƒD]D\}2}+|+\}3}4}*}5}6d
 |5¡d|}7||2|*|7f}8|1d)|87}1qdg|}||1fS)*aç
    einsum_path(subscripts, *operands, optimize='greedy')
 
    Evaluates the lowest cost contraction order for an einsum expression by
    considering the creation of intermediate arrays.
 
    Parameters
    ----------
    subscripts : str
        Specifies the subscripts for summation.
    *operands : list of array_like
        These are the arrays for the operation.
    optimize : {bool, list, tuple, 'greedy', 'optimal'}
        Choose the type of path. If a tuple is provided, the second argument is
        assumed to be the maximum intermediate size created. If only a single
        argument is provided the largest input or output array size is used
        as a maximum intermediate size.
 
        * if a list is given that starts with ``einsum_path``, uses this as the
          contraction path
        * if False no optimization is taken
        * if True defaults to the 'greedy' algorithm
        * 'optimal' An algorithm that combinatorially explores all possible
          ways of contracting the listed tensors and choosest the least costly
          path. Scales exponentially with the number of terms in the
          contraction.
        * 'greedy' An algorithm that chooses the best pair contraction
          at each step. Effectively, this algorithm searches the largest inner,
          Hadamard, and then outer products at each step. Scales cubically with
          the number of terms in the contraction. Equivalent to the 'optimal'
          path for most contractions.
 
        Default is 'greedy'.
 
    Returns
    -------
    path : list of tuples
        A list representation of the einsum path.
    string_repr : str
        A printable representation of the einsum path.
 
    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. This list can then be iterated over until all
    intermediate contractions are complete.
 
    See Also
    --------
    einsum, linalg.multi_dot
 
    Examples
    --------
 
    We can begin with a chain dot example. In this case, it is optimal to
    contract the ``b`` and ``c`` tensors first as 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
    completed.
 
    >>> np.random.seed(123)
    >>> a = np.random.rand(2, 2)
    >>> b = np.random.rand(2, 5)
    >>> c = np.random.rand(5, 2)
    >>> path_info = np.einsum_path('ij,jk,kl->il', a, b, c, optimize='greedy')
    >>> print(path_info[0])
    ['einsum_path', (1, 2), (0, 1)]
    >>> print(path_info[1])
      Complete contraction:  ij,jk,kl->il # may vary
             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 = np.einsum_path('ea,fb,abcd,gc,hd->efgh', C, C, I, C, C,
    ...                            optimize='greedy')
 
    >>> print(path_info[0])
    ['einsum_path', (0, 2), (0, 3), (0, 2), (0, 1)]
    >>> print(path_info[1]) 
      Complete contraction:  ea,fb,abcd,gc,hd->efgh # may vary
             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
    TrŒNFrrr"r    zDid not understand the path: %sracSsg|] }t|ƒ‘qSr ©r©r<r%r r rr`Tszeinsum_path.<locals>.<listcomp>r\cSsg|]}g‘qSr r rŽr r rr`ZszXEinstein sum subscript %s does not contain the correct number of indices for operand %d.zJSize of label '%s' for operand %d (%d) does not match previous terms (%d).cSsg|] }t|ƒ‘qSr rrŽr r rr`tscsg|]}t|ˆƒ‘qSr r;)r<Úterm©Zdimension_dictr rr`wsÿcss|]}t|ƒVqdSr:)r+rŽr r rr?‚szeinsum_path.<locals>.<genexpr>)r    r"ZoptimalzPath name %s not found)ÚreverserGcsg|]}ˆ||f‘qSr r )r<rrr rr`·scSsg|] }|d‘qS)r    r rŽr r rr`¸srbzHInvalid einsum_path is specified: {} more operands has to be contracted.)ZscalingÚcurrentrz  Complete contraction:  %s
z         Naive scaling:  %d
z     Optimized scaling:  %d
z      Naive FLOP count:  %.3e
z  Optimized FLOP count:  %.3e
z   Theoretical speedup:  %3.3f
z'  Largest intermediate:  %.3e elements
zK--------------------------------------------------------------------------
z%6s %24s %40s
zJ--------------------------------------------------------------------------z
%4d    %24s %40s) rhrir+rHÚfloatrqr…rtrrjr*rrurgrÚkeysr r@rr/rQr9ÚKeyErrorrwrlr!r
rmrZrsÚ RuntimeErrorÚformat)9r‡rˆrxÚ    path_typeZexplicit_einsum_pathr0Zeinsum_call_argrƒr‚Z
input_listrrrZbroadcast_indicesZtnumrÚshZcnumr„ZdimZ    size_listÚmax_sizeZ
memory_argZ inner_productrBr8Z    cost_listZ
scale_listÚcontraction_listZ contract_indsrCZout_indsr rr3ZbcastZ
tmp_inputsr%Znew_bcast_indsZdo_blasrDZ sort_resultÚ
einsum_strÚ contractionZopt_costZoverall_contractionÚheaderZspeedupZmax_iZ
path_printÚnÚindsÚidx_rmrÚblasZ remaining_strZpath_runr rrrÂsøpÿ 
 
 
 
þ
 
þ
ÿ
ÿ
þý
 
 
 
 
 
 
ÿÿ      
)Úoutr‡cos|EdH|VdSr:r )r£r‡rxÚkwargsr r rÚ_einsum_dispatcherés
r¥cs|dk    }|dkr&|r||d<tˆ|ŽSdddg‰‡fdd„| ¡Dƒ}t|ƒrZtd    |ƒ‚tˆ|d
d œŽ\‰}| dd ¡}| ¡d kr¢tdd„ˆDƒƒržd}nd}t|ƒD]4\}}    |    \}
} } } }‡fdd„|
Dƒ}|oæ|dt|ƒk}|r´|      d¡\}}|     d¡\}}||}| D]}| 
|d¡}qgg}}t | ƒD]&}|  |  |¡¡|  |  |¡¡q<t|dt|ƒt|ƒfiŽ}||ksŽ|rÒ|rœ||d<t|d||f|Ž}n|rÂ||d<t| f|ž|Ž}ˆ  |¡~~qª|rì|Stˆd|dSdS)af5
    einsum(subscripts, *operands, out=None, dtype=None, order='K',
           casting='safe', optimize=False)
 
    Evaluates the Einstein summation convention on the operands.
 
    Using the Einstein summation convention, many common multi-dimensional,
    linear algebraic array operations can be represented in a simple fashion.
    In *implicit* mode `einsum` computes these values.
 
    In *explicit* mode, `einsum` provides further flexibility to compute
    other array operations that might not be considered classical Einstein
    summation operations, by disabling, or forcing summation over specified
    subscript labels.
 
    See the notes and examples for clarification.
 
    Parameters
    ----------
    subscripts : str
        Specifies the subscripts for summation as comma separated list of
        subscript labels. An implicit (classical Einstein summation)
        calculation is performed unless the explicit indicator '->' is
        included as well as subscript labels of the precise output form.
    operands : list of array_like
        These are the arrays for the operation.
    out : ndarray, optional
        If provided, the calculation is done into this array.
    dtype : {data-type, None}, optional
        If provided, forces the calculation to use the data type specified.
        Note that you may have to also give a more liberal `casting`
        parameter to allow the conversions. Default is None.
    order : {'C', 'F', 'A', 'K'}, optional
        Controls the memory layout of the output. 'C' means it should
        be C contiguous. 'F' means it should be Fortran contiguous,
        'A' means it should be 'F' if the inputs are all 'F', 'C' otherwise.
        'K' means it should be as close to the layout as the inputs as
        is possible, including arbitrarily permuted axes.
        Default is 'K'.
    casting : {'no', 'equiv', 'safe', 'same_kind', 'unsafe'}, optional
        Controls what kind of data casting may occur.  Setting this to
        'unsafe' is not recommended, as it can adversely affect accumulations.
 
          * 'no' means the data types should not be cast at all.
          * 'equiv' means only byte-order changes are allowed.
          * 'safe' means only casts which can preserve values are allowed.
          * 'same_kind' means only safe casts or casts within a kind,
            like float64 to float32, are allowed.
          * 'unsafe' means any data conversions may be done.
 
        Default is 'safe'.
    optimize : {False, True, 'greedy', 'optimal'}, optional
        Controls if intermediate optimization should occur. No optimization
        will occur if False and True will default to the 'greedy' algorithm.
        Also accepts an explicit contraction list from the ``np.einsum_path``
        function. See ``np.einsum_path`` for more details. Defaults to False.
 
    Returns
    -------
    output : ndarray
        The calculation based on the Einstein summation convention.
 
    See Also
    --------
    einsum_path, dot, inner, outer, tensordot, linalg.multi_dot
    einops :
        similar verbose interface is provided by
        `einops <https://github.com/arogozhnikov/einops>`_ package to cover
        additional operations: transpose, reshape/flatten, repeat/tile,
        squeeze/unsqueeze and reductions.
    opt_einsum :
        `opt_einsum <https://optimized-einsum.readthedocs.io/en/stable/>`_
        optimizes contraction order for einsum-like expressions
        in backend-agnostic manner.
 
    Notes
    -----
    .. versionadded:: 1.6.0
 
    The Einstein summation convention can be used to compute
    many multi-dimensional, linear algebraic array operations. `einsum`
    provides a succinct way of representing these.
 
    A non-exhaustive list of these operations,
    which can be computed by `einsum`, is shown below along with examples:
 
    * Trace of an array, :py:func:`numpy.trace`.
    * Return a diagonal, :py:func:`numpy.diag`.
    * Array axis summations, :py:func:`numpy.sum`.
    * Transpositions and permutations, :py:func:`numpy.transpose`.
    * Matrix multiplication and dot product, :py:func:`numpy.matmul` :py:func:`numpy.dot`.
    * Vector inner and outer products, :py:func:`numpy.inner` :py:func:`numpy.outer`.
    * Broadcasting, element-wise and scalar multiplication, :py:func:`numpy.multiply`.
    * Tensor contractions, :py:func:`numpy.tensordot`.
    * Chained array operations, in efficient calculation order, :py:func:`numpy.einsum_path`.
 
    The subscripts string is a comma-separated list of subscript labels,
    where each label refers to a dimension of the corresponding operand.
    Whenever a label is repeated it is summed, so ``np.einsum('i,i', a, b)``
    is equivalent to :py:func:`np.inner(a,b) <numpy.inner>`. If a label
    appears only once, it is not summed, so ``np.einsum('i', a)`` produces a
    view of ``a`` with no changes. A further example ``np.einsum('ij,jk', a, b)``
    describes traditional matrix multiplication and is equivalent to
    :py:func:`np.matmul(a,b) <numpy.matmul>`. Repeated subscript labels in one
    operand take the diagonal. For example, ``np.einsum('ii', a)`` is equivalent
    to :py:func:`np.trace(a) <numpy.trace>`.
 
    In *implicit mode*, the chosen subscripts are important
    since the axes of the output are reordered alphabetically.  This
    means that ``np.einsum('ij', a)`` doesn't affect a 2D array, while
    ``np.einsum('ji', a)`` takes its transpose. Additionally,
    ``np.einsum('ij,jk', a, b)`` returns a matrix multiplication, while,
    ``np.einsum('ij,jh', a, b)`` returns the transpose of the
    multiplication since subscript 'h' precedes subscript 'i'.
 
    In *explicit mode* the output can be directly controlled by
    specifying output subscript labels.  This requires the
    identifier '->' as well as the list of output subscript labels.
    This feature increases the flexibility of the function since
    summing can be disabled or forced when required. The call
    ``np.einsum('i->', a)`` is like :py:func:`np.sum(a, axis=-1) <numpy.sum>`,
    and ``np.einsum('ii->i', a)`` is like :py:func:`np.diag(a) <numpy.diag>`.
    The difference is that `einsum` does not allow broadcasting by default.
    Additionally ``np.einsum('ij,jh->ih', a, b)`` directly specifies the
    order of the output subscript labels and therefore returns matrix
    multiplication, unlike the example above in implicit mode.
 
    To enable and control broadcasting, use an ellipsis.  Default
    NumPy-style broadcasting is done by adding an ellipsis
    to the left of each term, like ``np.einsum('...ii->...i', a)``.
    To take the trace along the first and last axes,
    you can do ``np.einsum('i...i', a)``, or to do a matrix-matrix
    product with the left-most indices instead of rightmost, one can do
    ``np.einsum('ij...,jk...->ik...', a, b)``.
 
    When there is only one operand, no axes are summed, and no output
    parameter is provided, a view into the operand is returned instead
    of a new array.  Thus, taking the diagonal as ``np.einsum('ii->i', a)``
    produces a view (changed in version 1.10.0).
 
    `einsum` also provides an alternative way to provide the subscripts
    and operands as ``einsum(op0, sublist0, op1, sublist1, ..., [sublistout])``.
    If the output shape is not provided in this format `einsum` will be
    calculated in implicit mode, otherwise it will be performed explicitly.
    The examples below have corresponding `einsum` calls with the two
    parameter methods.
 
    .. versionadded:: 1.10.0
 
    Views returned from einsum are now writeable whenever the input array
    is writeable. For example, ``np.einsum('ijk...->kji...', a)`` will now
    have the same effect as :py:func:`np.swapaxes(a, 0, 2) <numpy.swapaxes>`
    and ``np.einsum('ii->i', a)`` will return a writeable view of the diagonal
    of a 2D array.
 
    .. versionadded:: 1.12.0
 
    Added the ``optimize`` argument which will optimize the contraction order
    of an einsum expression. For a contraction with three or more operands this
    can greatly increase the computational efficiency at the cost of a larger
    memory footprint during computation.
 
    Typically a 'greedy' algorithm is applied which empirical tests have shown
    returns the optimal path in the majority of cases. In some cases 'optimal'
    will return the superlative path through a more expensive, exhaustive search.
    For iterative calculations it may be advisable to calculate the optimal path
    once and reuse that path by supplying it as an argument. An example is given
    below.
 
    See :py:func:`numpy.einsum_path` for more details.
 
    Examples
    --------
    >>> a = np.arange(25).reshape(5,5)
    >>> b = np.arange(5)
    >>> c = np.arange(6).reshape(2,3)
 
    Trace of a matrix:
 
    >>> np.einsum('ii', a)
    60
    >>> np.einsum(a, [0,0])
    60
    >>> np.trace(a)
    60
 
    Extract the diagonal (requires explicit form):
 
    >>> np.einsum('ii->i', a)
    array([ 0,  6, 12, 18, 24])
    >>> np.einsum(a, [0,0], [0])
    array([ 0,  6, 12, 18, 24])
    >>> np.diag(a)
    array([ 0,  6, 12, 18, 24])
 
    Sum over an axis (requires explicit form):
 
    >>> np.einsum('ij->i', a)
    array([ 10,  35,  60,  85, 110])
    >>> np.einsum(a, [0,1], [0])
    array([ 10,  35,  60,  85, 110])
    >>> np.sum(a, axis=1)
    array([ 10,  35,  60,  85, 110])
 
    For higher dimensional arrays summing a single axis can be done with ellipsis:
 
    >>> np.einsum('...j->...', a)
    array([ 10,  35,  60,  85, 110])
    >>> np.einsum(a, [Ellipsis,1], [Ellipsis])
    array([ 10,  35,  60,  85, 110])
 
    Compute a matrix transpose, or reorder any number of axes:
 
    >>> np.einsum('ji', c)
    array([[0, 3],
           [1, 4],
           [2, 5]])
    >>> np.einsum('ij->ji', c)
    array([[0, 3],
           [1, 4],
           [2, 5]])
    >>> np.einsum(c, [1,0])
    array([[0, 3],
           [1, 4],
           [2, 5]])
    >>> np.transpose(c)
    array([[0, 3],
           [1, 4],
           [2, 5]])
 
    Vector inner products:
 
    >>> np.einsum('i,i', b, b)
    30
    >>> np.einsum(b, [0], b, [0])
    30
    >>> np.inner(b,b)
    30
 
    Matrix vector multiplication:
 
    >>> np.einsum('ij,j', a, b)
    array([ 30,  80, 130, 180, 230])
    >>> np.einsum(a, [0,1], b, [1])
    array([ 30,  80, 130, 180, 230])
    >>> np.dot(a, b)
    array([ 30,  80, 130, 180, 230])
    >>> np.einsum('...j,j', a, b)
    array([ 30,  80, 130, 180, 230])
 
    Broadcasting and scalar multiplication:
 
    >>> np.einsum('..., ...', 3, c)
    array([[ 0,  3,  6],
           [ 9, 12, 15]])
    >>> np.einsum(',ij', 3, c)
    array([[ 0,  3,  6],
           [ 9, 12, 15]])
    >>> np.einsum(3, [Ellipsis], c, [Ellipsis])
    array([[ 0,  3,  6],
           [ 9, 12, 15]])
    >>> np.multiply(3, c)
    array([[ 0,  3,  6],
           [ 9, 12, 15]])
 
    Vector outer product:
 
    >>> np.einsum('i,j', np.arange(2)+1, b)
    array([[0, 1, 2, 3, 4],
           [0, 2, 4, 6, 8]])
    >>> np.einsum(np.arange(2)+1, [0], b, [1])
    array([[0, 1, 2, 3, 4],
           [0, 2, 4, 6, 8]])
    >>> np.outer(np.arange(2)+1, b)
    array([[0, 1, 2, 3, 4],
           [0, 2, 4, 6, 8]])
 
    Tensor contraction:
 
    >>> a = np.arange(60.).reshape(3,4,5)
    >>> b = np.arange(24.).reshape(4,3,2)
    >>> np.einsum('ijk,jil->kl', a, b)
    array([[4400., 4730.],
           [4532., 4874.],
           [4664., 5018.],
           [4796., 5162.],
           [4928., 5306.]])
    >>> np.einsum(a, [0,1,2], b, [1,0,3], [2,3])
    array([[4400., 4730.],
           [4532., 4874.],
           [4664., 5018.],
           [4796., 5162.],
           [4928., 5306.]])
    >>> np.tensordot(a,b, axes=([1,0],[0,1]))
    array([[4400., 4730.],
           [4532., 4874.],
           [4664., 5018.],
           [4796., 5162.],
           [4928., 5306.]])
 
    Writeable returned arrays (since version 1.10.0):
 
    >>> a = np.zeros((3, 3))
    >>> np.einsum('ii->i', a)[:] = 1
    >>> a
    array([[1., 0., 0.],
           [0., 1., 0.],
           [0., 0., 1.]])
 
    Example of ellipsis use:
 
    >>> a = np.arange(6).reshape((3,2))
    >>> b = np.arange(12).reshape((4,3))
    >>> np.einsum('ki,jk->ij', a, b)
    array([[10, 28, 46, 64],
           [13, 40, 67, 94]])
    >>> np.einsum('ki,...k->i...', a, b)
    array([[10, 28, 46, 64],
           [13, 40, 67, 94]])
    >>> np.einsum('k...,jk', a, b)
    array([[10, 28, 46, 64],
           [13, 40, 67, 94]])
 
    Chained array operations. For more complicated contractions, speed ups
    might be achieved by repeatedly computing a 'greedy' path or pre-computing the
    'optimal' path and repeatedly applying it, using an
    `einsum_path` insertion (since version 1.12.0). Performance improvements can be
    particularly significant with larger arrays:
 
    >>> a = np.ones(64).reshape(2,4,8)
 
    Basic `einsum`: ~1520ms  (benchmarked on 3.1GHz Intel i5.)
 
    >>> for iteration in range(500):
    ...     _ = np.einsum('ijk,ilm,njm,nlk,abc->',a,a,a,a,a)
 
    Sub-optimal `einsum` (due to repeated path calculation time): ~330ms
 
    >>> for iteration in range(500):
    ...     _ = np.einsum('ijk,ilm,njm,nlk,abc->',a,a,a,a,a, optimize='optimal')
 
    Greedy `einsum` (faster optimal path approximation): ~160ms
 
    >>> for iteration in range(500):
    ...     _ = np.einsum('ijk,ilm,njm,nlk,abc->',a,a,a,a,a, optimize='greedy')
 
    Optimal `einsum` (best usage pattern in some use cases): ~110ms
 
    >>> path = np.einsum_path('ijk,ilm,njm,nlk,abc->',a,a,a,a,a, optimize='optimal')[0]
    >>> for iteration in range(500):
    ...     _ = np.einsum('ijk,ilm,njm,nlk,abc->',a,a,a,a,a, optimize=path)
 
    NFr£ZdtypeÚorderZcastingcsg|]\}}|ˆkr|‘qSr r )r<Úkr_)Úvalid_einsum_kwargsr rr``sÿzeinsum.<locals>.<listcomp>z+Did not understand the following kwargs: %sTr†ÚKÚAcss|]}|jjVqdSr:)ÚflagsÚ f_contiguous)r<Zarrr r rr?mszeinsum.<locals>.<genexpr>ÚFÚCcsg|]}ˆ |¡‘qSr )rmrŽ)rxr rr`usr    rbrar\Zaxesr)r¦)rÚitemsr+rqrrmÚupperÚallrrtrjrwrÚfindrr/r)r£r‡rxr¤Z specified_outZunknown_kwargsr›Z output_orderr|rr r¡rœrr¢rzZ
handle_outZ    input_strZ results_indexrTrUZ tensor_resultryZleft_posZ    right_posZnew_viewr )rxr¨rrñs`f
 
ÿÿ   
 
)Ú__doc__r,roZnumpy.core.multiarrayrZnumpy.core.numericrrZnumpy.core.overridesrÚ__all__rkrrrrr
r!r9rFrMrQrZr…r‰rr¥rr r r rÚ<module>s4  &<F:'en.
 
(