How to run tensorflow locally from cloned repo?

I want to contribute tensorflow but could not setup it or run it . How to run tensorflow locally to check changes or issue in vs code or any other ide ??

Hi @Aniket_Singh, To run tensorflow locally you have to clone the repository and can make changes to the code and can run the code locally. Please refer to this document for detail steps. Thank You.