This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Scala CustomOp design flaws #14390
Open
Description
Currently, Scala CustomOp designed not properly. It shared the data among all operators created based on it. It caused the problems that the latter operators overwrite the previous one if it defined later during the symbolic graph computing stage. To solve this problem, the data storage for CustomOp can be improved.
The problem is reported here: #11926