• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Only used for PyTorch open source BUCK build
2
3def select(conditions):
4    if read_config("pt", "is_oss", "0") == "0":
5        fail("This file is for open source pytorch build. Do not use it in fbsource!")
6
7    return conditions["DEFAULT"]
8