/
githubmirror
/
the-algorithm
Обзор
Документация
Войти
/
githubmirror
/
the-algorithm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
twml/libtwml/src/ops/scripts/get_lib.py
5 строк
140 B
twitter-team
Twitter Recommendation Algorithm
01 апр 2023, 01:36
01 апр 2023, 01:36
ef4c5eb
Код
Авторство
О чём код?
"""Gets the path of headers for the current Tensorflow library""" import tensorflow.compat.v1 as tf print(tf.sysconfig.get_lib(), end='')