Function floor

  • Plot of floor and its gradient

    Calculates:

    output = floor(input)
    

    Gradient:

    inputGrad = 0
    

    Parameters

    • input: Tensor

      the input tensor of any shape

    Returns Tensor

    the output tensor

Generated using TypeDoc