[TensorExpr] Nuke BaseCallNode. (#54999)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/54999
BaseCallNode was used as a base class for Intrinsics and FunctionCall.
Now FunctionCall is gone, so BaseCallNode could be removed as well.
Test Plan: Imported from OSS
Reviewed By: navahgar
Differential Revision: D27446411
Pulled By: ZolotukhinM
fbshipit-source-id: be8ce06fbac72bfe355e5e3e1d2aa2267fae79fd
Author
Mikhail Zolotukhin