Created by: reyoung
- It is used to create an operator library. It splits CPU and GPU sources and links operator common libraries.
- It also give a reasonable warning and error when operator developer
not correctly implement an operator.
- Warning for lack of GPU kernel.
- Same interface as
cc_library
to make code style consistent.