aboutsummaryrefslogtreecommitdiffstats
path: root/classes/tensorflow_ver.bbclass
blob: c20602a7857b7bb3796e04fe35ebd270551c758c (plain)
1
2
3
4
5
# Build tensorflow 2.x by default
TF_ARGS_EXTRA ??= "--config=v2"

# Uncomment the following line to build tensorflow 1.x
#TF_ARGS_EXTRA = "--config=v1"