Created by: danleifeng
PR types
Bug fixes
PR changes
APIs
Describe
fix is_empty, main changes include:
- api interface from
is_empty(x, cond=None)
tois_empty(x, name=None)
- add dygraph mode for
is_empty
- edit example code in static mode
- add example code in dygraph mode
chinese doc PR: https://github.com/PaddlePaddle/FluidDoc/pull/2692