Show / Hide Table of Contents

    Method padToSame

    val padToSame: TensorLayout -> TensorLayout -> TensorLayout * TensorLayout

    pads shapes from the left until they have same rank

    Declaration
    val padToSame: a:TensorLayout -> b:TensorLayout -> TensorLayout * TensorLayout
    Parameters
    Type Name Description
    TensorLayout a
    TensorLayout b
    Returns
    Type Description
    TensorLayout * TensorLayout
    Back to top Generated by DocFX