Interface Output#
interface Output {
anyName: string;
shape: number[];
getAnyName(): string;
getPartialShape(): PartialShape;
getShape(): number[];
toString(): string;
}
Defined in: addon.ts:566
Properties#
anyName
anyName: string
Defined in: addon.ts:567
shape
shape: number[]
Defined in: addon.ts:568
Methods#
getAnyName
getAnyName(): string
Returns: string
Defined in: addon.ts:570
getPartialShape
getPartialShape(): PartialShape
Returns: PartialShape
Defined in: addon.ts:572
getShape
getShape(): number[]
Returns: number[]
Defined in: addon.ts:571
toString
toString(): string
Returns: string
Defined in: addon.ts:569