Skip to main content

image_tensor

Function image_tensor 

Source
pub fn image_tensor(
    batch: DimExpr,
    channels: DimExpr,
    height: DimExpr,
    width: DimExpr,
) -> DependentType
Expand description

4D image tensor (batch, channels, height, width).