Skip to content
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
Open
@lanking520

Description

@lanking520

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions