Interface Output¶
interface Output {
anyName: string;
shape: number[];
getAnyName(): string;
getPartialShape(): PartialShape;
getShape(): number[];
toString(): string;
}
Defined in addon.ts:89
Properties¶
anyName
anyName: string
Defined in addon.ts:90
shape
shape: number[]
Defined in addon.ts:91
Methods¶
getAnyName
getAnyName(): string
Returns string
Defined in addon.ts:93
getPartialShape
getPartialShape(): PartialShape
Returns PartialShape
Defined in addon.ts:95
getShape
getShape(): number[]
Returns
number[]
Defined in addon.ts:94
toString
toString(): string
Returns
string
Defined in addon.ts:92