*/ public function getInputShapeDefaults(): array; /** * Returns the option list for each optional input shape ENUM slot * * @since 30.0.0 * @psalm-return ShapeEnumValue[][] */ public function getOptionalInputShapeEnumValues(): array; /** * Returns the default values for optional input shape slots * * @since 30.0.0 * @psalm-return array */ public function getOptionalInputShapeDefaults(): array; /** * Returns the option list for each output shape ENUM slot * * @since 30.0.0 * @psalm-return ShapeEnumValue[][] */ public function getOutputShapeEnumValues(): array; /** * Returns the option list for each optional output shape ENUM slot * * @since 30.0.0 * @psalm-return ShapeEnumValue[][] */ public function getOptionalOutputShapeEnumValues(): array; }