torch.DynamicShape
export type DynamicShape = readonly number[];A dynamic shape (runtime-determined). Also readonly to match Shape and allow assignment.
export type DynamicShape = readonly number[];A dynamic shape (runtime-determined). Also readonly to match Shape and allow assignment.