IO

is_parameter

paddle.v2.fluid.io.is_parameter(var)

Check whether the variable is a Parameter.

This function checks whether the input variable is a Parameter.

Parameters:var – The input variable.
Returns:boolean result whether the variable is a Parameter.