How can i find the function "as_strided" definition or someone else in libtorch in pytorch git repo?

I have cloned the pytorch repo on github, and Used grep to check the keyword as_strided. But the displayed results did not find any useful information. I also gone to the website for libtorch documention to find some information. But the website only gives the declaration of the function.