Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 387 Bytes

File metadata and controls

20 lines (15 loc) · 387 Bytes

Numpy Squeeze

Removes a dimension at the specified position in the input array if it is of size 1.

Specifying a tuple of dimensions is not supported.

Input

Name Data type
array Ndarray
dim Int

Output

Data type
Ndarray

Category: Numpy

ComfyUI Data Analysis Node Reference. © 2025 Hide Inada (HowToSD.com). All rights reserved.