Skip to content

Clean up static_cast in favor of as #187

@csarofeen

Description

@csarofeen

We still have a lot of code that uses static_cast to convert between node types i.e. Val*->TensorView*. We should change all of these to use ::as<NodeType>().

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions