Show / Hide Table of Contents

    Method FillCeiling

    member FillCeiling: Tensor<'T> -> unit

    Fills this tensor with the element-wise ceiling (round towards positive infinity) of the argument.

    Declaration
    member FillCeiling: a:Tensor<'T> -> unit
    Parameters
    Type Name Description
    Tensor<'T> a

    The tensor to apply this operation to.

    See Also
    static member Ceiling: Tensor<'T> -> Tensor<'T>
    Back to top Generated by DocFX