Created by: reyoung
If float16.h include framework/eigen.h, it includes tensor.h, ddim.h indirectly, which causes circular reference. (tensor -> float16 -> tensor)
float16.h
framework/eigen.h
tensor.h
ddim.h
tensor
float16