Created by: DannyIsFunny
【背景】InferShapeWithCache方法实现需要要求该Op的param已经实现input_tensor_ptrs_cache_ 方法 扫描业务模型后发现有些OP没有实现该方法,不能实现InferShapeWithCache加速 【本PR工作】为5个Op注册input_tensor_ptrs_cache_ 方法,使其可以适用InferShapeWithCache
input_tensor_ptrs_cache_
InferShapeWithCache