Skip to content

input tensor #43

@martinjrobins

Description

@martinjrobins

The current way of specifying inputs is to use a list of tensor names

in = [a, b, c]
a { 1 }
...

It would be more consistent if there was a dedicated input tensor

input {
 a = 1,
 b = 2,
 c = 3,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions