Skip to content

Use unsigned long for axis of concat operation #345

@miaobin

Description

@miaobin
partial interface MLGraphBuilder {
  MLOperand concat(sequence<MLOperand> inputs, long axis);
};

We now limit the value of axis in the interval [0, N) where N is the rank of all the inputs. It should be a positive value and we may use unsigned long for axis.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions