提交 26a1022e authored 作者: Frederic's avatar Frederic

Make available the list of op that support the r op and the list of r op…

Make available the list of op that support the r op and the list of r op implementation that is not tested.
上级 6882c961
...@@ -1137,4 +1137,51 @@ Gradient / Differentiation ...@@ -1137,4 +1137,51 @@ Gradient / Differentiation
R op
====
See the tutorial for the R op documentation.
list of ops that support R-op:
* with test [Most is tensor/tests/test_rop.py]
* SpecifyShape
* MaxAndArgmax
* Subtensor
* IncSubtensor set_subtensor too
* Alloc
* Dot
* Elemwise
* Sum
* Softmax
* Shape
* Join
* Rebroadcast
* Reshape
* Flatten
* DimShuffle
* Scan [In scan_module/tests/test_scan.test_rop]
* without test
* Split
* ARange
* ScalarFromTensor
* AdvancedSubtensor1
* AdvancedIncSubtensor1
* AdvancedIncSubtensor
Partial list of ops without support for R-op:
* All sparse ops
* All linear algebra ops.
* PermuteRowElements
* Tile
* AdvancedSubtensor
* TensorDot
* Outer
* Prod
* MulwithoutZeros
* ProdWithoutZeros
* CAReduce(for max,... done for MaxAndArgmax op)
* MaxAndArgmax(only for matrix on axis 0 or 1)
...@@ -3,53 +3,7 @@ ...@@ -3,53 +3,7 @@
Tests for the R operator / L operator Tests for the R operator / L operator
ops without: For the list of op with r op defined, with or without missing test see this file: defined see this file
PermuteRowElements
Tile
AdvancedSubtensor
TensorDot
Outer
Prod
MulwithoutZeros
ProdWithoutZeros
CAReduce(for max,... done for MaxAndArgmax op)
MaxAndArgmax(only for matrix on axis 0 or 1)
list of ops that support R-op:
* with test
* SpecifyShape
* MaxAndArgmax
* Subtensor
* IncSubtensor set_subtensor too
* Alloc
* Dot
* Elemwise
* Sum
* Softmax
* Shape
* Join
* Rebroadcast
* Reshape
* Flatten
* DimShuffle
* Scan [ RP: scan has a test in scan_module/tests/test_scan.test_rop ]
* without test
* Split
* ARange
* ScalarFromTensor
* AdvancedSubtensor1
* AdvancedIncSubtensor1
* AdvancedIncSubtensor
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论