Properties of a TensorShape.

interface ITensorShape {
    dim?: IDim[];
    unknownRank?: boolean;
}

Properties

Properties

dim?: IDim[]

TensorShape dim

unknownRank?: boolean

TensorShape unknownRank

Generated using TypeDoc