Hi,
Please help me to understand how the .bazelrc calls build files and what is the flow of tensorflow pip package build steps, that is the the flow when thirdparty build happens and tensorflow core build happens
Thanks
Hi,
Please help me to understand how the .bazelrc calls build files and what is the flow of tensorflow pip package build steps, that is the the flow when thirdparty build happens and tensorflow core build happens
Thanks
Hi @Aruna_Kote, In bazelrc we have an option to add flags for the packages we want to download, whereas while installing through we don’t have control over the environment. Thank You.