Created by: yaoxuefeng6
New features PR types
APIs PR changes
add new flatten op Describe
According to paddle 2.0 standard 1, add flatten api in manipulation file, kernal(named 'flatten_contiguous_range') to support flatten a tensor in a contiguous range of axes and related ut. 2, add Flatten class in imperative mode and related ut.