You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was compiling tensorflow-2.2.0, I encountered a problem: in cmd attribute of genrule rule @tbb //: build_tbb: $ (AR) not defined. Then referenced your tbb.BUILD and it worked. thank you very much.
My question is that I did not encounter this problem when using tensorflow-1.4.0, is it a bug? Do you know why this is needed: $ (AR)-> $$ AR. Thanks.
The text was updated successfully, but these errors were encountered:
When I was compiling tensorflow-2.2.0, I encountered a problem: in cmd attribute of genrule rule @tbb //: build_tbb: $ (AR) not defined. Then referenced your tbb.BUILD and it worked. thank you very much.
My question is that I did not encounter this problem when using tensorflow-1.4.0, is it a bug? Do you know why this is needed: $ (AR)-> $$ AR. Thanks.
The text was updated successfully, but these errors were encountered: