ABCDEFGHIJKLMN
1
CategoryRoutinechainerx routine namePriorityDifficultyC++PythonBackpropFunctionNodeNoteNote 2URL
2
NumPyCreationidentityDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.identity.html
3
NumPyCreationcopyDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.copy.html
4
NumPyManipulationreshapeDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.reshape.html
5
NumPyManipulationndarray.flattenDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.ndarray.flatten.html
6
NumPyManipulationmoveaxisDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.moveaxis.html
7
NumPyManipulationrollaxisDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.rollaxis.html
8
NumPyManipulationswapaxesDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.swapaxes.html
9
NumPyManipulationtransposeDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.transpose.html
10
NumPyManipulationbroadcastDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.broadcast.html
11
NumPyManipulationbroadcast_toDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.broadcast_to.html
12
NumPyManipulationexpand_dimsDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.expand_dims.html
13
NumPyManipulationsqueezeDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.squeeze.html
14
NumPyManipulationconcatenateDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.concatenate.html
15
NumPyManipulationstackDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.stack.html
16
NumPyManipulationdstackDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.dstack.html
17
NumPyManipulationhstackDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.hstack.html
18
NumPyManipulationvstackDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.vstack.html
19
NumPyManipulationsplitDuplicatesplit_axishttps://docs.scipy.org/doc/numpy/reference/generated/numpy.split.html
20
NumPyManipulationtileDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.tile.html
21
NumPyManipulationrepeatDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.repeat.html
22
NumPyManipulationflipDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.flip.html
23
NumPyManipulationfliplrDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.fliplr.html
24
NumPyManipulationflipudDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.flipud.html
25
NumPyIndexingwhereDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.where.html
26
NumPyIndexingdiagDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.diag.htmlduplicated
27
NumPyIndexingdiagonalDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.diagonal.html
28
NumPyLinear algebramatmulDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.matmul.html
29
NumPyLinear algebratensordotDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.tensordot.html
30
NumPyLinear algebraeinsumDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.einsum.html
31
NumPyMathematicalsinDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.sin.html
32
NumPyMathematicalcosDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.cos.html
33
NumPyMathematicaltanDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.tan.html
34
NumPyMathematicalarcsinDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.arcsin.html
35
NumPyMathematicalarccosDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.arccos.html
36
NumPyMathematicalarctanDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.arctan.html
37
NumPyMathematicalarctan2DuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.arctan2.html
38
NumPyMathematicalsinhDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.sinh.html
39
NumPyMathematicalcoshDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.cosh.html
40
NumPyMathematicaltanhDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.tanh.html
41
NumPyMathematicalsumDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.sum.html
42
NumPyMathematicalcumprodDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.cumprod.html
43
NumPyMathematicalcumsumDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.cumsum.html
44
NumPyMathematicalexpDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.exp.html
45
NumPyMathematicalexpm1DuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.expm1.html
46
NumPyMathematicallogDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.log.html
47
NumPyMathematicallog10DuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.log10.html
48
NumPyMathematicallog2DuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.log2.html
49
NumPyMathematicallog1pDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.log1p.html
50
NumPyMathematicalclipDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.clip.html
51
NumPyMathematicalsqrtDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.sqrt.html
52
NumPyMathematicalsquareDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.square.html
53
NumPyMathematicalabsoluteDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.absolute.html
54
NumPyMathematicalsignDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.sign.html
55
NumPyMathematicalmaximumDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.maximum.html
56
NumPyMathematicalminimumDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.minimum.html
57
NumPyPaddingpadDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.pad.html
58
NumPySortingargmaxDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.argmax.html
59
NumPySortingargminDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.argmin.html
60
NumPyStatisticsaminDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.amin.html
61
NumPyStatisticsamaxDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.amax.html
62
NumPyStatisticsaverageDuplicateNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.average.html
63
ChainerActivationtanhDuplicatehttps://docs.chainer.org/en/latest/reference/generated/chainer.functions.tanh.html
64
NumPyCreationemptyHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.empty.html
65
NumPyCreationempty_likeHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.empty_like.html
66
NumPyCreationonesHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.ones.html
67
NumPyCreationones_likeHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.ones_like.html
68
NumPyCreationzerosHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.zeros.html
69
NumPyCreationzeros_likeHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.zeros_like.html
70
NumPyCreationfullHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.full.html
71
NumPyCreationfull_likeHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.full_like.html
72
NumPyCreationarrayHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.array.html
73
NumPyCreationasarrayHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.asarray.html
74
NumPyLogicallHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.all.html
75
NumPyLogicanyHighNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.any.html
76
NumPyLogicisfiniteHighEasyNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.isfinite.html
77
NumPyMathematicalpowerHighIntermediateNAPR #6496. LRN is inaccurate due to this, by hamajihttps://docs.scipy.org/doc/numpy/reference/generated/numpy.power.html
78
NumPyRandom samplinggumbelHighNAused by chainerrlhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.gumbel.html
79
NumPySortingargsortHighDifficultNAused in chainercv, by hamajihttps://docs.scipy.org/doc/numpy/reference/generated/numpy.argsort.html
80
ChainerManipulationexpand_dimsHighIntermediateused by chainerrlhttps://docs.chainer.org/en/latest/reference/generated/chainer.functions.expand_dims.html
81
ChainerManipulationhstackHighIntermediatehttps://docs.chainer.org/en/latest/reference/generated/chainer.functions.hstack.html
82
ChainerManipulationvstackHighIntermediatehttps://docs.chainer.org/en/latest/reference/generated/chainer.functions.vstack.html
83
ChainerLossgaussian_kl_divergenceHighAsk mkusumoto/hamaji
https://github.com/chainer/chainer/pull/7063
https://docs.chainer.org/en/latest/reference/generated/chainer.functions.gaussian_kl_divergence.html
84
ChainerLossmean_squared_errorHighEasyAsk mkusumoto/hamajihttps://docs.chainer.org/en/latest/reference/generated/chainer.functions.mean_squared_error.html
85
ChainerMathabsoluteHighEasyPR #6715. Required in compiler. Alias as abs.https://docs.chainer.org/en/latest/reference/generated/chainer.functions.absolute.html
86
ChainerNoisegaussianHighUnknownAsk mkusumoto/hamajihttps://docs.chainer.org/en/latest/reference/generated/chainer.functions.gaussian.html
87
ChainerSpatial poolingroi_average_align_2dHighDifficultFasterRCNN, MaskRCNN (tanakad)
This could be a reference impl: https://github.com/pfnet-research/chainer-compiler/blob/master/runtime/ops/pooling.cc#L227
https://docs.chainer.org/en/latest/reference/generated/chainer.functions.roi_average_align_2d.html
88
ChainerSpatial poolingunpooling_ndHighDifficultGAN, FasterRCNN, MaskRCNN (hamaji) IIUC, this should be easier yet more useful than upsampling_2d
note maybe we cau use this implementation: https://github.com/pfnet-research/chainer-compiler/blob/master/runtime/ops/pooling.cc#L536
https://docs.chainer.org/en/latest/reference/generated/chainer.functions.unpooling_nd.html
89
ChainerSpatial poolingupsampling_2dHighDifficultGAN, FasterRCNN, MaskRCNN (tanakad)
note maybe we cau use this implementation: https://github.com/pfnet-research/chainer-compiler/blob/master/runtime/ops/pooling.cc#L536
https://docs.chainer.org/en/latest/reference/generated/chainer.functions.upsampling_2d.html
90
NumPyIndexingAdvanced IndexingHighInsaneNA
request from ChainerRL team
91
NumPyCreationeyeLowNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.eye.html
92
NumPyCreationasanyarrayLowNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.asanyarray.html
93
NumPyCreationasmatrixLowNAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.asmatrix.html
94
NumPyCreationfrombufferLowNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.frombuffer.html
95
NumPyCreationfromfileLowNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.fromfile.html
96
NumPyCreationfromfunctionLowNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.fromfunction.html
97
NumPyCreationfromiterLowNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.fromiter.html
98
NumPyCreationfromstringLowNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.fromstring.html
99
NumPyCreationloadtxtLowNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.loadtxt.html
100
NumPyCreationcore.records.arrayLowNANAhttps://docs.scipy.org/doc/numpy/reference/generated/numpy.core.records.array.html