Skip to content

pt.linalg.kron destroys static shape information #1867

@jessegrabowski

Description

@jessegrabowski

Description

A = pt.dmatrix("a", shape=(4,2))
B = pt.dmatrix('b', shape=(3,3))
z = pt.linalg.kron(A, B)
z.type.shape #(None, None)

I expect z.type.shape to be (12, 6), since all input shapes are known

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