Created by: LDOUBLEV
Add a new conv2d API to support conv2d for direct filter input instead of setting filter size and number of filters. The new conv2d API interface defined in paddle/python/paddle/fluid/functional.py, and share same calculation method with conv2d