Show / Hide Table of Contents

    Method FillConst

    member FillConst: 'T -> unit

    Fills this tensor with the specified constant value.

    Declaration
    member FillConst: value:'T -> unit
    Parameters
    Type Name Description
    'T value

    The value to use.

    See Also
    static member filled: ITensorDevice -> int64 list -> 'T -> Tensor<'T>
    Back to top Generated by DocFX