As tracked by #332, this PR is the O2g milestone of the high-level operator introduction plan.
It introduces the NN operators conv2d, max_pool2d and adaptive_avg_pool2d, and image operator resize2d, together with some utility functions that are shared by their StructInfo inference. All ops are well-tested.
As tracked by #332, this PR is the O2g milestone of the high-level operator introduction plan.
It introduces the NN operators
conv2d
,max_pool2d
andadaptive_avg_pool2d
, and image operatorresize2d
, together with some utility functions that are shared by their StructInfo inference. All ops are well-tested.